start of v0.2 for Pico v0.2 hardware

pico-v0.15
alanbjohnston 3 years ago committed by GitHub
parent 122d5ea64b
commit 440a939c0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@
// This code is an Arduino sketch for the Raspberry Pi Pico // This code is an Arduino sketch for the Raspberry Pi Pico
// based on the Raspberry Pi Code // based on the Raspberry Pi Code
#define PICO_0V1 // define for Pico v0.1 hardware //#define PICO_0V1 // define for Pico v0.1 hardware
#include "cubesatsim.h" #include "cubesatsim.h"
#include "DumbTXSWS.h" #include "DumbTXSWS.h"
@ -81,7 +81,7 @@ void setup() {
// otherwise, run CubeSatSim Pico code // otherwise, run CubeSatSim Pico code
Serial.println("CubeSatSim Pico v0.14 starting...\n"); Serial.println("CubeSatSim Pico v0.2 starting...\n");
config_gpio(); config_gpio();

Loading…
Cancel
Save

Powered by TurnKey Linux.