Skip to content

arduino-library/Trace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%