We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945f510 commit 2973d90Copy full SHA for 2973d90
examples/BL0940-RPI-PICO/BL0940-RPI-PICO.ino
@@ -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
+
8
#include "MCM_BL0940.h"
9
10
BL0940 bl0940;
@@ -49,4 +56,3 @@ void loop() {
49
56
Serial.println("");
50
57
delay(1000);
51
58
}
52
-
0 commit comments