print PI_3V3 pin

pico-v0.15
alanbjohnston 3 years ago committed by GitHub
parent a27c33cb0c
commit de9deceddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2813,7 +2813,7 @@ void led_set(int ledPin, bool state)
void start_ina219() {
//#define PI_3V3_PIN 9 // for v0.1 hardware
Serial.println("Starting INA219");
// Serial.println(PI_3V3_PIN);
Serial.println(PI_3V3_PIN);
ina219_started = true;
#ifndef PICO_0V1

Loading…
Cancel
Save

Powered by TurnKey Linux.