Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.87 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.87 KB

Embedded Template Library (ETL)

Release date GitHub release (latest by date) Standard License Sponsors

CI CI CI Build status Codacy Badge

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.