Update cubesatsim.ino

pull/161/head
alanbjohnston 3 years ago committed by GitHub
parent 32799868d9
commit c6b7659a44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,6 +46,7 @@ Adafruit_INA219 ina219_2_0x45(0x45);
char payload_str[100];
void setup() {
new_mode = mode;
Serial.begin(9600);
@ -90,7 +91,7 @@ void setup() {
}
void loop() {
int startSleep = millis();
loop_count++;

Loading…
Cancel
Save

Powered by TurnKey Linux.