arduino-cmake / Arduino-CMake-NG

CMake-Based framework for Arduino platforms
MIT License
138 stars 39 forks source link

Add platform library example #67

Closed MrPointer closed 5 years ago

MrPointer commented 5 years ago

As a continuation of #66, an example of platform library usage should be added.

Examples currently serve 2 things for the project:

  1. Examples users can look for to grasp a better understanding of the framework's API
  2. Tests for framework - Should one of the examples fail to build, the entire framework is considered failed.