Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VioletGiraffe/graphics-benchmark-arduino
https://github.com/VioletGiraffe/graphics-benchmark-arduino
Last synced: 6 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T20:22:40.000Z (over 5 years ago)
- Last Synced: 2024-08-02T15:31:02.342Z (3 months 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).
[![Build Status](https://travis-ci.org/VioletGiraffe/Arduino-PlatformIO-Project-Template.svg?branch=master)](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