Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 585 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 585 Bytes

PlatformIO-C-Example

A quick reference projects, how to interconnect different files in a C / C++ project.

Special focus is on the variable assignment within the project.

This project shows a plane with parameters and their functions to operate on an Arduino Uno.

Entrypoint

Main entry /include/main.h and /src/main.cpp, which get executed first.

Example usage of class feature: /lib/led_Controller/

Example usage of main function extension: /include/planeFunc.h and /src/planeFunc.cpp,

Example usage of global pin declaration /include/pins.h