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

Add NEC protocol compliant sender to irremote #421

Open neildavis opened 2 years ago

neildavis commented 2 years ago

Add support for sending IR commands using (38 kHz carrier) IR LEDs to irremote, using NEC protocol to complement the existing receiver support.

Reporting this as a 'marker' since I have code in development. Still WIP though so will attach PR later.