Closed andy1024 closed 8 years ago
readAnalogInput, readBlockDigitalInputs and readWordI2C have conversion errors. Bitwise AND is used instead of bitwise OR (& vs |). Introduce utility function for conversion.
readAnalogInput, readBlockDigitalInputs and readWordI2C have conversion errors. Bitwise AND is used instead of bitwise OR (& vs |). Introduce utility function for conversion.