Cubelets API Documentation 2.0
C API
Loading...
Searching...
No Matches
knob.h
Go to the documentation of this file.
1
4#ifndef KNOB_H
5#define KNOB_H
6
7#define get_sensor_value() get_knob()
8
13uint8_t get_knob(void);
14
15#endif
uint8_t get_knob(void)
Returns the current value of the knob.
Definition knob_api.c:20