130 _secondPin = secondPin;
134 _sw.sendPacket(tx, rx);
143 return _sw.readPublicData(
_pin);
155 uint16_t
read(uint16_t replacementValue)
157 return _sw.writePublicData(
_pin, replacementValue);
166 _sw.writePublicData(
_pin, value);
185 int16_t result =
_sw.sendPacket(tx);
193 int16_t result =
_sw.sendPacket(tx);
201 return _sw.sendPacket(tx);
210 return _sw.sendPacket(tx);
218 int16_t result =
_sw.sendPacket(tx,rx);
219 if (result < 0)
return 0;
221 return ((uint16_t)(rx[3] + 256 * rx[4]));
#define SW_LE16(_a)
Convert a uint16_t to two bytes in little endian format for array initialization.
@ PIN_MODE_QUADRATUREENCODER
(5)
@ QE_ONLOW_INT
Interrupt driven, process on high to low transition.
@ QE_ONLOW_POLL
1mS Polling, process on high to low transition
@ QE_ONBOTH_POLL
1mS Polling, process on low to high and high to low transition
@ QE_ONBOTH_INT
Interrupt driven, process on low to high and high to low transition.
@ QE_ONHIGH_POLL
1mS Polling, process on low to high transition
@ QE_ONHIGH_INT
Interrupt driven, process on low to high transition.
Class for a Serial Wombat chip. Each Serial Wombat chip on a project should have its own instance.
SerialWombatAbstractProcessedInput(SerialWombatChip &sw)
Constructor for the SerialWombatAbstractScaledOutput Class.
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.
uint16_t read(uint16_t replacementValue)
Read the quadrature encoder position from the Serial Wombat chip then set the position value.
void begin(uint8_t pin, uint8_t secondPin, uint16_t debounce_mS=10, bool pullUpsEnabled=true, QE_READ_MODE_t readState=QE_ONBOTH_POLL)
Initialization for SerialWombatQuadEnc that allows configuration of debounce time,...
uint16_t read()
Read the quadrature encoder position from the Serial Wombat chip.
SerialWombatQuadEnc(SerialWombatChip &serialWombatChip)
Constructor for the SerialWombatQuadEnc class.
void write(uint16_t value)
This function initializes the position of the encoder.
int16_t writeMinMaxIncrementTargetPin(uint16_t min=65535, uint16_t max=0, uint16_t increment=1, uint8_t targetPin=255)
uint8_t swPinModeNumber()
fulfills a virtual function requirement of SerialWombatAbstractProcessedInput
uint8_t pin()
fulfills a virtual function requirement of SerialWombatAbstractProcessedInput
SerialWombatQuadEnc_18AB(SerialWombatChip &serialWombat)
int16_t writeFrequencyPeriodmS(uint16_t period)