Driver for controlling height adjustable table desk
- reads table height from signal cable from the motor and resends it to the handle switch
- stores target height
- when target height is set it turns on automatic mode and moves table to given height
- reads 32 bits chunks of signal
- decodes table height
- REST API to control driver
- GET
/tablegives current height and target height - PATCH
/table- partial update fortarget_height- sets new target height
cargo run
cargo build