 |
Serial Wombat Arduino Library
|
Go to the documentation of this file.
68 int16_t
write(uint8_t frame, uint16_t delay);
Class for a Serial Wombat chip. Each Serial Wombat chip on a project should have its own instance.
Definition: SerialWombat.h:272
int16_t write(uint8_t frame, uint16_t delay)
Set a frame delay time to a specified number of uS.
Definition: SerialWombatThroughputConsumer.cpp:58
int16_t delayInCommProcessing(uint16_t delay)
Delay a specified number of uS within the packet processing routine.
Definition: SerialWombatThroughputConsumer.cpp:68
Describes a Serial Wombat Pin. Is base class for other pin modes.
Definition: SerialWombat.h:799
uint8_t pin()
Returns the current SW pin number. Used primarily for virtual calls by derived classes.
Definition: SerialWombat.h:861
SerialWombatThroughputConsumer(SerialWombatChip &serialWombat)
Constructor for SerialWombatThroughputConsumer class.
Definition: SerialWombatThroughputConsumer.cpp:26
int16_t writeAll(uint16_t delay)
Set all delay times to a specified number of uS.
Definition: SerialWombatThroughputConsumer.cpp:40
A Class that consumes CPU time on the Serial Wombat chip in order to facilitate testing.
Definition: SerialWombatThroughputConsumer.h:42
int16_t begin(uint8_t pin)
Initialize an instance of the Throughput Conumer class. All delays are set to 0.
Definition: SerialWombatThroughputConsumer.cpp:31