summaryrefslogtreecommitdiff
path: root/software/rhmixxx/gpio.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-06-02 00:21:12 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-06-02 00:21:12 (GMT)
commit23b29a81a9df8768ca88a8015f02fbb34f5328cb (patch)
tree66d600c77034d6d6d5e51bd2e2f57cb16e24be27 /software/rhmixxx/gpio.h
parent767786e8d6af9c21a7df0259eec17a5c79f171bd (diff)
GPIO outputs are now MIDI controlable
Diffstat (limited to 'software/rhmixxx/gpio.h')
-rw-r--r--software/rhmixxx/gpio.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/software/rhmixxx/gpio.h b/software/rhmixxx/gpio.h
index 58a3fe4..3c27d78 100644
--- a/software/rhmixxx/gpio.h
+++ b/software/rhmixxx/gpio.h
@@ -23,6 +23,11 @@
#define RHMIXXX_gpio_h_INCLUDED
void gpio_init(void);
+
+void gpio_out_on(uint8_t num);
+void gpio_out_off(uint8_t num);
+void gpio_out_toggle(uint8_t num);
+
void gpio_task(void);
#endif