20
monkcs
6y

A standard device library for Arduino

Project Type
Existing open source project
Summary

A standard device library for Arduino

Description
I want to create a library containing both derived classes as interfaces and device-specific classes. To unify the current mess of device librarys that are inconsistent and often have bad naming of functions. And to favor code reuse to clean up the codebase.
Tech Stack
C++
Current Team Size
Me, myself and I
URL
Comments
  • 4
  • 0
    @Sagi02 Exactly what I aiming for! 🤣
  • 0
    @Fede26 Well maybe use the current library for some devices and integrate them if they have the right license.
  • 0
    Here comes a small update:
    The foundation is done, and the most simple devices (like buttons and switches and led) are implemented. The attached picture shows a working example sketch, where the type “onboard” (as in onboard the cpu) could be swapped out for another type of i/o interface
Add Comment