https://github.com/VioletGiraffe/graphics-benchmark-arduino
https://github.com/VioletGiraffe/graphics-benchmark-arduino
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/VioletGiraffe/graphics-benchmark-arduino
- Owner: VioletGiraffe
- License: apache-2.0
- Created: 2019-07-17T11:11:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T20:22:40.000Z (almost 7 years ago)
- Last Synced: 2024-11-05T13:40:50.832Z (over 1 year ago)
- Language: C
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arduino PlatformIO Project Template
A complete [PlatformIO](https://platformio.org/) project for Arduino Uno, Arduino Due and ESP32 (with Arduino framework).
[](https://travis-ci.org/VioletGiraffe/Arduino-PlatformIO-Project-Template)
Useful defaults (can be edited to taste):
* C++ 17
* O3 optimization level (yields a bit more runtime performance at the cost of larger program size)
* 115200 baud serial monitor speed