xypad theremin for LPC1768

Dependencies:   MODDMA mbed

switch.h

Committer:
exopiped
Date:
2016-03-14
Revision:
2:c5eeaf1c8e69
Parent:
0:8ee38453bad9

File content as of revision 2:c5eeaf1c8e69:

/*
 * jstick.h -- header for jstick.cpp, which reads the 
 *    joystick pins, and provides debounced version
 *    of the pins to js_read() caller. 
 */
 #ifndef JSTICK_H
 #define JSTICK_H
 void js_init(void);
 bool js_debounce(void);
 #endif