Skip to content

Instantly share code, notes, and snippets.

@dquadros
dquadros / tiny_IRremote.cpp
Last active July 28, 2019 18:39 — forked from SeeJayDee/tiny_IRremote.cpp
tiny_IRremote - Arduino IRremote ported to the ATtiny
/*
* tiny_IRremote
*
* Version 0.3 June, 2018
* Daniel Quadros
* Added LG support from https://github.com/z3t0/Arduino-IRremote
* Fixed NEC_ONE_SPACE
*
* Version 0.2 July, 2016
* Christian D'Abrera