36#ifndef _FREERTOS_DRIVERS_COMMON_SIMPLELOG_HXX_
37#define _FREERTOS_DRIVERS_COMMON_SIMPLELOG_HXX_
53 void log(uint8_t value)
73 data_[next_++] = data;
SimpleLog< uint64_t > LogBuffer
Actual class that keeps 8 log entries of one byte each.
Alternative for hundreds of entries.
A very simple logging mechanism of driver events that is capable of logging a few entries of an 8-bit...
void log(uint8_t value)
Append a byte worth of data to the end of the log buffer.
C log_
The raw log buffer.