Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 850 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 850 Bytes

arduino-tools

A collection of code snippets for Arduino programming.

  • ConfigServer - A framework to set-up and operate a temporary configuration web page for an application.
  • EEPROMStore - A support class to persistently store values in a processor's EEPROM.
  • HttpServer - A simple HTTP Server Framework.
  • LinkedList - A template class that provides a single-linked ist implementation.
  • oneM2M - This class implements a very small but useful subset of oneM2M's resources and the restful Mca interface to access resources on an CSE.
  • RingBuffer - A template class that provides a ring buffer implementation.
  • TaskManager - A simple task manager to handle the execution of multiple tasks for task-oriented programs.