YOUR ACCOUNT
CONTACT
ABOUT MODULAR ROBOTICS
FORUM
BLOG
CUBELETS
CODE
get_knob()
Description
Returns the position of a knob block.
Compatibility
Knob Blocks
Return
The position of the knob. A number 0-255.
Example
void setup() { } void loop() { sense(); } void sense() { block_value = get_knob(); }