Serial Wombat Arduino Library
|
Go to the source code of this file.
Functions | |
void | SerialWombatSerialErrorHandlerBrief (uint16_t error, SerialWombatChip *sw) |
a sample error handler that can be registered with registerErrorHandler to report protocol errors on Serial. | |
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 |
Definition at line 359 of file SerialWombat.cpp.