Skip to content

Commit 3ceed0c

Browse files
authored
Merge pull request #31 from 1-rafael-1/update-readme
update README to reflect current hardware support
2 parents b5792b7 + 45d6e95 commit 3ceed0c

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,25 @@
66

77
microbit-bsp is a board support package (BSP) library for the BBC micro:bit v2 and newer.
88

9-
## Features
9+
## Features:
1010

11-
* LED display driver with fonts
12-
* Uses `embassy-nrf` HAL for peripherals
11+
**Based on:**
12+
13+
* `embassy-nrf` HAL for peripherals
1314
* 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
1426
* Bluetooth LE support via `trouble-host` or `nrf-softdevice`
27+
* GPIO pins for external connections
1528

1629
## Example application
1730

0 commit comments

Comments
 (0)