https://github.com/etlcpp/etl-arduino
https://github.com/etlcpp/etl-arduino
arduino arduino-library c-plus-plus cpp templates
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/etlcpp/etl-arduino
- Owner: ETLCPP
- License: mit
- Created: 2020-12-19T13:57:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-23T13:14:56.000Z (10 months ago)
- Last Synced: 2025-03-30T01:51:42.682Z (9 months ago)
- Topics: arduino, arduino-library, c-plus-plus, cpp, templates
- Language: C++
- Homepage: https://www.etlcpp.com/arduino
- Size: 2.8 MB
- Stars: 27
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Embedded Template Library (ETL)
-------------------------
[](https://img.shields.io/github/release-date/jwellbelove/etl?color=%231182c3)

[](https://en.wikipedia.org/wiki/C%2B%2B#Standardization)
[](https://opensource.org/licenses/MIT)
[](https://img.shields.io/github/sponsors/ETLCPP)



[](https://ci.appveyor.com/project/jwellbelove/etl/branch/master)
[](https://www.codacy.com/manual/jwellbelove/etl?utm_source=github.com&utm_medium=referral&utm_content=ETLCPP/etl&utm_campaign=Badge_Grade)
**This repository is an Arduino compatible clone of the Embedded Template Library (ETL)**
https://github.com/ETLCPP/etl
See (https://www.etlcpp.com/arduino.html) for up-to-date information.
If you already have the main ETL library from GitHub, you can generate the Arduino compatible variant by running a python script.
You must ensure that you have a directory named ```etl-arduino``` in the same parent directory as ```etl```
Change directory to ```etl/scripts``` and run the python script ```update_releases.py```
This will copy the ETL files into ```etl-arduino``` with a directory structure compatible with the Arduino library system.