Skip to content

ETLCPP/etl-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.