Skip to content

Commit 2973d90

Browse files
committed
Update BL0940-RPI-PICO.ino
1 parent 945f510 commit 2973d90

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

examples/BL0940-RPI-PICO/BL0940-RPI-PICO.ino

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Install the Raspberry Pi Pico DSP
3+
* Put this URL on preferences: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
4+
* Go to the Boards Manager and search for: Raspberry Pi Pico
5+
* Install the DSP from: Earle F. Philhower
6+
*/
7+
18
#include "MCM_BL0940.h"
29

310
BL0940 bl0940;
@@ -49,4 +56,3 @@ void loop() {
4956
Serial.println("");
5057
delay(1000);
5158
}
52-

0 commit comments

Comments
 (0)