Skip to content

Commit

Permalink
Update BL0940-RPI-PICO.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmchris committed Feb 18, 2023
1 parent 945f510 commit 2973d90
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion examples/BL0940-RPI-PICO/BL0940-RPI-PICO.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Install the Raspberry Pi Pico DSP
* Put this URL on preferences: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
* Go to the Boards Manager and search for: Raspberry Pi Pico
* Install the DSP from: Earle F. Philhower
*/

#include "MCM_BL0940.h"

BL0940 bl0940;
Expand Down Expand Up @@ -49,4 +56,3 @@ void loop() {
Serial.println("");
delay(1000);
}

0 comments on commit 2973d90

Please sign in to comment.