force 3.3V high

pull/182/head
alanbjohnston 3 years ago committed by GitHub
parent 6c031e8227
commit 6d6395a5b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@
// based on the Raspberry Pi Code
#define PICO_0V1 // define for Pico v0.1 hardware
3
#include "cubesatsim.h"
#include "DumbTXSWS.h"
#include <Wire.h>
@ -107,7 +107,11 @@ void setup() {
}
}
*/
// configure STEM Payload sensors
// configure STEM Payload sensors
pinMode(PI_3V3_PIN, OUTPUT);
digitalWrite(PI_3V3_PIN, HIGH);
start_payload(); // above code not working, so forcing it
read_reset_count();

Loading…
Cancel
Save

Powered by TurnKey Linux.