Sensor updates
This commit is contained in:
parent
f4e95668ce
commit
80c8ccd54b
8 changed files with 251 additions and 179 deletions
|
|
@ -35,7 +35,9 @@ uint8_t buttonState(); // return true if the given buttons are pressed
|
|||
int readKnob(uint8_t n);
|
||||
int readTouchKey(uint8_t n);
|
||||
int readTouchRoller(uint8_t n);
|
||||
float readSlider(Slider id);
|
||||
int readTouchUtil(uint8_t n);
|
||||
int readRawSlider(Slider id);
|
||||
int16_t readSlider(Slider id, int thr);
|
||||
uint16_t keysTouched();
|
||||
uint16_t utilTouched();
|
||||
int readPressure();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue