Skip to content

Commit 1dfcd66

Browse files
authored
Enabled ADCs in power_main.cpp
1 parent f8c476e commit 1dfcd66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pio_workspace/src/power_main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
#define LED_PIN 13
2525

2626

27-
#define ENABLE_VOLTAGE_SENSE false
28-
#define ENABLE_CURRENT_SENSE false
27+
#define ENABLE_VOLTAGE_SENSE true
28+
#define ENABLE_CURRENT_SENSE true
2929

3030
ADCSensors adcSensors;
3131
TMP36 temperatureSensor(23, 3.3);

0 commit comments

Comments
 (0)