tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
604 stars 188 forks source link

Fix irremote reporting incorrect NEC addresses and command codes (#422) #423

Closed neildavis closed 2 years ago

neildavis commented 2 years ago

Change from reading MSB->LSB to LSB->MSB Fixes #422

deadprogram commented 2 years ago

@neildavis could you please rebase this PR against dev branch so the build gets triggered and we can verify your changes? Thanks!

deadprogram commented 2 years ago

Change looks good to me! Now merging thanks @neildavis