File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- ### bluetooth-microscout-vll-control v0.5
2
- ### Bluetooth Remote Control for the Microscout from Lego(tm) Droid Developer Kit
1
+ ### bluetooth-microscout-vll-control v0.9
2
+ ### Bluetooth Remote Control for the Micro Scout from Lego(tm) Droid Developer Kit
3
3
### On an Adafruit Feather M0 Bluetooth LE board
4
4
### or a CircuitPython compatible board using the Adafruit Bluefruit LE SPI Friend
5
- ### allows a Microscout block to be controlled
5
+ ### allows a Micro Scout block to be controlled
6
6
### using the Visible Light Link (VLL) protocol sent with D13 LED
7
7
8
8
### copy this file to Feather M0 as code.py
61
61
def vllchksum (n ):
62
62
return 7 - ((n + (n >> 2 )+ (n >> 4 ))& 7 )
63
63
64
- ### Lego Microscout commands
64
+ ### Lego Micro Scout commands
65
65
### Micropython's const() works only on integers
66
66
MS_FWD = const (0 )
67
67
MS_REV = const (1 )
@@ -70,7 +70,7 @@ def vllchksum(n):
70
70
71
71
PAUSE = 0.15
72
72
73
- ADVERT_NAME = b'BlueMicroscout '
73
+ ADVERT_NAME = b'BlueMicroScout '
74
74
##ADVERT_NAME = b'BlinkaNeoLamp'
75
75
76
76
### Note: incompatibile with ZX Spectrum cursors
You can’t perform that action at this time.
0 commit comments