https://github.com/hackuarium/blink-platformio
https://github.com/hackuarium/blink-platformio
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackuarium/blink-platformio
- Owner: Hackuarium
- Created: 2020-08-02T09:34:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T16:07:48.000Z (over 5 years ago)
- Last Synced: 2025-01-17T00:41:34.177Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Basic platformio project using NilRTOS on Artuinoe
The idea is that :
- we put all the libraries in ‘lib’
- the code in ‘src’
- the config parameter in ‘include’
All the tasks of are managed in one file and started as a separated thread, for example ‘Monitoring.cpp’