summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'software/hhd70dongle/util.h')
-rw-r--r--software/hhd70dongle/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/software/hhd70dongle/util.h b/software/hhd70dongle/util.h
index 20068fd..4554af9 100644
--- a/software/hhd70dongle/util.h
+++ b/software/hhd70dongle/util.h
@@ -37,6 +37,8 @@
#define ADCMUX_ADC12 0b00100100
void reset(void);
+void adc_on(void);
+void adc_off(void);
uint8_t adc_read(uint8_t mux);
void debug_sprint_int16hex(uint8_t *buffer, int16_t num);