PureData CEAMMC library web documentation
available since version: 0.9.8
get
request current value output
reset
reset current value to @init
set
set current value without output
parameters:
@btn (initonly)
Get/set BTN GPIO pin
type: int
range: -1..127
default: -1
@clk (initonly)
Get/set CLK GPIO pin
type: int
range: -1..127
default: -1
@dt (initonly)
Get/set DT GPIO pin
type: int
range: -1..127
default: -1
@init (initonly)
Get/set init encoder value
type: float
default: 0
@max
Get/set max encoder value
type: float
default: 100
@min
Get/set min encoder value
type: float
default: -100
@step
Get/set encoder step
type: float
default: 1
display gpio raspberry rotary encoder
Authors: Serge Poltavsky
License: GPL3 or later