You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,8 @@ bot.beep(float noteFrequency, long noteDuration); used if you want to make your
121
121
122
122
For examples of most of the above, please see the example sketches included with the library.
123
123
124
+
Musical notes: It is possiable to create your own music using bot.beep(Frequency, duration); See example 3a for a little example. Or the Super_Mario_Theme sketch in the "more just for fun" examples. Note information can be found in the musical_notes.h file.
125
+
124
126
The Adafruit Micro:bit library provides lots of useful features for the LED Matrix, and the BLE functions. Please look at the examples they provide, I've expanded a bit on the images.
125
127
Adafruit Images:
126
128
microbit.show(microbit.HEART);
@@ -139,7 +141,7 @@ microbit.show(ghost); a ghost - pacman anyone(?)
139
141
microbit.show(skull); a skull
140
142
141
143
Some of my own images.
142
-
microbit.show(up_arrow); arrow pointing up.
144
+
microbit.show(up_arrow); arrow pointing up.
143
145
microbit.show(down_arrow); a arrow pointing down - also a sword from Makecode.
144
146
microbit.show(right_arrow); you guess it a arrow point right.
145
147
microbit.show(left_arrow); arrow pointing left.
@@ -148,8 +150,6 @@ These images were made using a LED Matrix tool found here:
There is a matrix on the page that can have a custom size (ours is 5 x 5).
150
152
151
-
Musical notes: It is possiable to create your own music using bot.beep(Frequency, duration); See example 3a for a little example. Or the Super_Mario_Theme sketch in the "more just for fun" examples. Note information can be found in the musical_notes.h file.
152
-
153
153
The last thing:
154
154
There is a Maqueen_cfg.h included in the library directory. Currently there are
0 commit comments