SDConfigCommand

SDConfigCommand streamlines reading settings from a config file on SD card.

Author
cygig
Website
https://github.com/cygig/SDConfigCommand
Category
Uncategorized
License
Unknown
Library Type
Contributed
Architectures
Any

SDConfigCommand can read standardised text files stored on a SD card, parse and tokenise them into commands and values. The library can also write over existing settings but it is currently slow to do so. For every line on the config file this library reads, it will callback a user-specified function. The user can access the current command and values, then decide the next action, such as verifying commands and storing values in variables. With regards to writing over existing settings, user can choose one command, and the library will search for the command in the config file and replace the whole setting line with a new value. The library does not add or remove settings.

Downloads

Filename Release Date File Size
SDConfigCommand-0.25.0.zip 2021-07-11 1.60 MiB
SDConfigCommand-0.24.0.zip 2020-04-04 1.43 MiB
SDConfigCommand-0.23.0.zip 2020-03-30 1.42 MiB