Skip to content

Commit bf6641c

Browse files
committed
Complete Device Information
1 parent 663dd5b commit bf6641c

16 files changed

+466
-187
lines changed

README.md

Lines changed: 40 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,45 @@ Web Components library for micro:bit
77

88
# Implementation Status
99

10-
- [x] Select Device
11-
- [x] Connection Status
12-
- [x] Firmware Information
13-
- [ ] Hardware Information
14-
- [ ] Manufacturer Information
15-
- [ ] Model Number
16-
- [ ] Serial Number
17-
- [x] Write Text
18-
- [ ] Write LEDs
19-
- [ ] Button States
10+
## Connection
11+
- [x] Connect/Disconnect
12+
13+
## Device Information
14+
- [x] Name
15+
- [x] Firmware Version
16+
- [x] Hardware Version
17+
- [x] Manufacturer Name
18+
- [x] Model Number
19+
- [x] Serial Number
20+
21+
## State Class Wrappers
22+
- [ ] Connection State
23+
- [ ] Button State
24+
- [ ] IO Pin State
25+
26+
## Data
2027
- [x] Temperature
21-
- [ ] Accelerometer Data
22-
- [ ] Magnetometer Data
23-
- [ ] Read / Write IO (A/D/PWM)
24-
- [ ] Read / Write UART
28+
- [ ] Compass
29+
- [ ] Movement
30+
- [ ] Write IO
31+
32+
## LEDs
33+
- [x] Write Text
34+
- [ ] Read/Write LED Matrix
35+
36+
# Serial
37+
- [ ] Send Message
38+
- [ ] Receive Message
39+
40+
### Events
41+
- [ ] Send Event
42+
- [ ] Receive Event
43+
- [ ] Client Channel Selection
44+
- [ ] Microbit Channel Selection
45+
46+
### Firmware
2547
- [ ] Update Firmware
48+
49+
50+
buttons disappear with no text
51+
remove form, enter chsnre too

0 commit comments

Comments
 (0)