Skip to content

Commit f08671e

Browse files
author
Kevin J Walters
committed
Changing Microscout to Micro Scout. Bluetooth advertised name is now BlueMicroScout.
1 parent a03c11a commit f08671e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

feather-m0/bluetooth-microscout-vll-control.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
33
### On an Adafruit Feather M0 Bluetooth LE board
44
### 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
66
### using the Visible Light Link (VLL) protocol sent with D13 LED
77

88
### copy this file to Feather M0 as code.py
@@ -61,7 +61,7 @@
6161
def vllchksum(n):
6262
return 7-((n+(n>>2)+(n>>4))&7)
6363

64-
### Lego Microscout commands
64+
### Lego Micro Scout commands
6565
### Micropython's const() works only on integers
6666
MS_FWD = const(0)
6767
MS_REV = const(1)
@@ -70,7 +70,7 @@ def vllchksum(n):
7070

7171
PAUSE = 0.15
7272

73-
ADVERT_NAME = b'BlueMicroscout'
73+
ADVERT_NAME = b'BlueMicroScout'
7474
##ADVERT_NAME = b'BlinkaNeoLamp'
7575

7676
### Note: incompatibile with ZX Spectrum cursors

0 commit comments

Comments
 (0)