From f1606a9e7a243e8a400a4e4291b9327fdf7d580b Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 20 Aug 2022 22:01:11 -0400 Subject: [PATCH] test with v0.1 hardware --- cubesatsim/cubesatsim.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 1af125fc..112d59ad 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -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);