force GPIO 9 high for ina219 read

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

@ -2050,6 +2050,8 @@ void test_radio()
void read_ina219()
{
digitalWrite(9, HIGH);
float shuntvoltage = 0;
float busvoltage = 0;
float current_mA = 0;

Loading…
Cancel
Save

Powered by TurnKey Linux.