summaryrefslogtreecommitdiff
path: root/software/rhmixxx/analog.h
diff options
context:
space:
mode:
Diffstat (limited to 'software/rhmixxx/analog.h')
-rw-r--r--software/rhmixxx/analog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/software/rhmixxx/analog.h b/software/rhmixxx/analog.h
index 925f5a6..4c98157 100644
--- a/software/rhmixxx/analog.h
+++ b/software/rhmixxx/analog.h
@@ -26,6 +26,7 @@
#define ANALOG_MIDI_NOTE_OFFSET 64
void analog_init(void);
+uint8_t analog_get_value(uint8_t channel);
void analog_task(void);
#endif