Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 455 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 455 Bytes

Trace

This library provides a simple mechanism for tracing events into a circular buffer.

Main features:

  • The trace data and the trace pointer are saved in EEPROM
  • Tracing is seamlessly resumed following a system reboot

Usage example:

Git commands:

  • git submodule add ssh://git@github.com/arduino-library/Trace src/Trace
  • git submodule add https://github.com/arduino-library/Trace src/Trace