DaveCalaway / Tiny_Remote

Tiny remote with ATtiny85
MIT License
0 stars 0 forks source link
arduino infrared-remote-library ir tiny85

Tiny_Remote

ATtiny85 IR Library, you can send the IR Signal with the Physical pin 3 - aka 4 - .

This library is a mix of library and code from those components:

I recommend you to use the ATTinyCore for driver the ATtiny85: https://goo.gl/hin2re

Function in library

NEC:

Sony:

SAMSUNG:

sendRC5/6:

sendRaw

Installation

Donwload the ZIP, extract it and copy the "tiny_IRremote" folder in to "Arduino/libraries" .

Future implementations:

[ ] SAMSUNG Receive ( copy to the main library )
[ ] ATtiny84 ?