|
C++ DevKit
C++ set of OOP library
|
| "Model" | This group concerns all classes related to sw components that can be used as Model in MVC architecture |
| "View" | This group concerns all classes related to DIY PCB modules or components that can be used as Viewer in MVC architecture |
| "Control" | This group concerns all classes related to DIY PCB modules or components that can be used as Controller in MVC architecture |
| "Sensor" | This group concerns all classes related to DIY PCB modules or components that can be used as sensor |
| "Actuator" | This group concerns all classes related to DIY PCB modules or components that can contribute to actuator |
| "Hardware libraries" | This group concerns usual hardware peripherals of the RP2040 (or the RP2350) MCU, but encapsiulated in a OOP class |
| "Utilities/Debug library" | This group concerns some utilities providing some debug features |