summaryrefslogtreecommitdiff
path: root/software/rhmixxx/analog.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-06-03 02:19:59 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-06-03 02:19:59 (GMT)
commitc7befc2a68d78c3bd445433dc55bdc70ea2276e7 (patch)
tree87b7407b5be316ea7afae279a4df8e744b4a6476 /software/rhmixxx/analog.h
parent8cba9d9165c6645a94c8ea97bd15f43674984997 (diff)
added support for analog pins (not perfect...)
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