pauljurczak / fmt-arduino

Port of the {fmt} library to Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ard{fmt}

Port of the {fmt} library to Arduino.

Currently this port is based on the version 10.1.1.

Usage

To include the library:

#include <ardfmt.h>

Doing this only give you the core and format. You can include the other one after that but I do not test them.

Update

To update, clone libfmt.

Copy the folder fmt from the folder include to the folder src of this repository.

Tests

Arduino files used to test the library on target.

I test them on an ESP32C3.

License

Ard{fmt} is based on {fmt} that is distributed under the MIT license.

Ard{fmt} is distributed under the MIT license.

About

Port of the {fmt} library to Arduino

License:MIT License


Languages

Language:C++ 99.9%Language:C 0.1%