Update cubesatsim.ino

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

@ -2050,8 +2050,9 @@ void test_radio()
void read_ina219()
{
digitalWrite(9, HIGH);
#ifdef PICO_0V1
digitalWrite(PI_3V3_PIN, HIGH);
#endif
float shuntvoltage = 0;
float busvoltage = 0;
float current_mA = 0;

Loading…
Cancel
Save

Powered by TurnKey Linux.