From 7f923836540cd83fd8e657dc3b09aef2b598dad0 Mon Sep 17 00:00:00 2001 From: Irapuan Bottosso Date: Sun, 21 Dec 2025 13:25:15 +0100 Subject: [PATCH] feat: added the MicroPython implementation --- implementations.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/implementations.json b/implementations.json index 6ed1a7c..eb85a98 100644 --- a/implementations.json +++ b/implementations.json @@ -1547,6 +1547,24 @@ "persistence": true } }, + { + "repoURL": "https://github.com/irapuan/raft_on_microbit", + "name": "irapuan/raft_on_microbit", + "authors": [ + { + "name": "Irapuan Bottosso", + "github": "irapuan" + } + ], + "language": "MicroPython", + "license": "MIT", + "features": { + "basic": true, + "membershipChanges": false, + "logCompaction": false, + "persistence": false + } + }, { "repoURL": "https://github.com/jalvaro/raft", "name": "jalvaro/raft",