62 0x55,0x55,0x55,0x55,0x55 };
63 return _sw.sendPacket(tx);
75 for (
int i = 0; i < 16; ++i)
82 int16_t result =
_sw.sendPacket(tx);
99 int16_t
write(uint8_t frame, uint16_t delay)
106 return(
_sw.sendPacket(tx));
122 SW_LE16(delay), 0x55,0x55, 0x55 };
123 return(
_sw.sendPacket(tx));
#define SW_LE16(_a)
Convert a uint16_t to two bytes in little endian format for array initialization.
@ CONFIGURE_PIN_MODE0
(200)
@ CONFIGURE_PIN_MODE2
(202)
@ CONFIGURE_PIN_MODE1
(201)
@ PIN_MODE_THROUGHPUT_CONSUMER
(4)
Class for a Serial Wombat chip. Each Serial Wombat chip on a project should have its own instance.
SerialWombatPin(SerialWombatChip &serialWombatChip)
Instantiates a Serial Wombat Pin.
uint8_t pin()
Returns the current SW pin number. Used primarily for virtual calls by derived classes.
int16_t begin(uint8_t pin)
SerialWombatThroughputConsumer(SerialWombatChip &serialWombat)
Constructor for SerialWombatThroughputConsumer class.
int16_t delayInCommProcessing(uint16_t delay)
Delay a specified number of uS within the packet processing routine.
int16_t writeAll(uint16_t delay)
Set all delay times to a specified number of uS / /.
int16_t write(uint8_t frame, uint16_t delay)
Set a frame delay time to a specified number of uS.