We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5792b7 + 45d6e95 commit 3ceed0cCopy full SHA for 3ceed0c
1 file changed
README.md
@@ -6,12 +6,25 @@
6
7
microbit-bsp is a board support package (BSP) library for the BBC micro:bit v2 and newer.
8
9
-## Features
+## Features:
10
11
-* LED display driver with fonts
12
-* Uses `embassy-nrf` HAL for peripherals
+**Based on:**
+
13
+* `embassy-nrf` HAL for peripherals
14
* Rust Async/Await
15
16
+**Hardware Support:**
17
18
+Should support the complete hardware features of the BBC micro:bit v2:
19
20
+* Front Buttons A and B
21
+* 5x5 LED matrix display with fonts and brightness control
22
+* Microphone
23
+* Speaker
24
+* Accelerometer
25
+* Magnetometer
26
* Bluetooth LE support via `trouble-host` or `nrf-softdevice`
27
+* GPIO pins for external connections
28
29
## Example application
30
0 commit comments