Serial Wombat Arduino Library
Loading...
Searching...
No Matches
SerialWombat.cpp File Reference
#include "Arduino.h"
#include "SerialWombat.h"
Include dependency graph for SerialWombat.cpp:

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.
 

Function Documentation

◆ SerialWombatSerialErrorHandlerBrief()

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

Parameters
errorThe error number that was reported
pointerto the Serial Wombat Chip instance that generated the error

Definition at line 359 of file SerialWombat.cpp.