FRautenberg / PlatformIO-C-Example

Basic implementations for outsourcing code and sharing varibles within one project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Basic implementations for outsourcing code and sharing varibles within one project

License:GNU General Public License v3.0


Languages

Language:C++ 72.7%Language:C 27.3%