- This library provides a set of standard control functions for some modules.
- The library is designed to be used with the Pico SDK.
- The library is written in C++.
- QEI : Rotary Encoder
- MD : Motor Driver
- PID : Proportional-Integral-Derivative Controller
git clone https://github.com/Oya-Tomo/sclp.git
add_subdirectory(sclp)
target_link_libraries([your project name] sclp)