Update cubesatsim.ino

pull/153/head
alanbjohnston 4 years ago committed by GitHub
parent 8c4ba4ef0e
commit c8308dd3b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2101,7 +2101,7 @@ void start_ina219() {
// check if Pi is present by 3.3V voltage
pinMode(PI_3V3_PIN, INPUT);
Serial.print("Pi 3.3V: ");
Serial.println(digitalRead(PI_3V3_PIN);
Serial.println(digitalRead(PI_3V3_PIN));
// Supply power to the Main board INA219s
pinMode(MAIN_INA219, OUTPUT);

Loading…
Cancel
Save

Powered by TurnKey Linux.