Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 419 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 419 Bytes

TokenProcessor

This is an Arduino library for parsing text from a Stream and executing commands.

See the examples to see how it works.

Examples:

  • commands - example for executing severl commands like an EEPROM dumper, an I2C Scanner, etc.
  • valueEditor - example that allows one to set and change values from a Key/Value list and persist them in EEPROM. This examples requires libraries crc16 and keyvalues.