Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit a0af0a8

Browse files
committed
updated library.properties
1 parent 932290c commit a0af0a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ bot.beep(float noteFrequency, long noteDuration); used if you want to make your
121121

122122
For examples of most of the above, please see the example sketches included with the library.
123123

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+
124126
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.
125127
Adafruit Images:
126128
microbit.show(microbit.HEART);
@@ -139,7 +141,7 @@ microbit.show(ghost); a ghost - pacman anyone(?)
139141
microbit.show(skull); a skull
140142

141143
Some of my own images.
142-
microbit.show(up_arrow); arrow pointing up.
144+
microbit.show(up_arrow); arrow pointing up.
143145
microbit.show(down_arrow); a arrow pointing down - also a sword from Makecode.
144146
microbit.show(right_arrow); you guess it a arrow point right.
145147
microbit.show(left_arrow); arrow pointing left.
@@ -148,8 +150,6 @@ These images were made using a LED Matrix tool found here:
148150
https://www.riyas.org/2013/12/online-led-matrix-font-generator-with.html
149151
There is a matrix on the page that can have a custom size (ours is 5 x 5).
150152

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-
153153
The last thing:
154154
There is a Maqueen_cfg.h included in the library directory. Currently there are
155155
two custom settings, both are related to sounds.

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=micro:Maqueen
1+
name=micro Maqueen
22
version=1.0.0
33
author=LeRoy Miller
44
maintainer=LeRoy Miller <[email protected]>

0 commit comments

Comments
 (0)