![]() |
Serial Wombat Arduino Library
|
#include "SerialWombat.h"
Functions | |
void | SerialWombatSerialErrorHandlerBrief (uint16_t error, SerialWombatChip *sw) |
a sample error handler that can be registered with registerErrorHandler to report protocol errors on Serial. More... | |
void SerialWombatSerialErrorHandlerBrief | ( | uint16_t | error, |
SerialWombatChip * | sw | ||
) |
a sample error handler that can be registered with registerErrorHandler to report protocol errors on Serial.
Do not use this when using Serial to control the Serial Wombat Chip
error | The error number that was reported |
pointer | to the Serial Wombat Chip instance that generated the error |