Zapalot / ArduPar3

Convenient parameter settings in Arduino Environments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A library for convenient parameter settings on Arduino.
Intended to be used together with various visitor Classes to provide different interfaces.

By Felix Bonowski.

Web: felixbonowski.com


Main features:
- Int, float and callback support
- Setting values via Serial input
- Arduino (Atmega) and ESP32 supported
- Optional persistency by automatically saving and restoring values to/from EEPROM/NVM
- Optional support for setting by OSC Messages (need https://www.arduino.cc/reference/en/libraries/osc/)
- Optional support for an autogenerated web interface 
- A "Trigger Setting" that can call back an arbitrary function
- A parameter dump in a human&machine readable format


Version History:

01-June-2024 Initial public release

About

Convenient parameter settings in Arduino Environments.

License:MIT License


Languages

Language:C++ 97.1%Language:C 2.9%