Skip to content

FRautenberg/PlatformIO-C-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks