test with v0.1 hardware

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

@ -2787,6 +2787,7 @@ void led_set(int ledPin, bool state)
}
void start_ina219() {
#define PI_3V3_PIN 9 // for v0.1 hardware
ina219_started = true;
// check if Pi is present by 3.3V voltage
pinMode(PI_3V3_PIN, INPUT);

Loading…
Cancel
Save

Powered by TurnKey Linux.