urbanij / IR-remote-Canon

Firmware for a Canon DSLR IR remote loaded on an Arduino and an Atmel microcontroller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IR remote Canon

IR remote for Canon DSLRs

Commands for the ATtiny85 version:

Once installed everything needed open a terminal window and type

# clone into your machine the repository
git clone https://github.com/fu0x11/IR-remote-Canon.git
# move into that folder
cd IR-remote-Canon/ATtiny85/
# compile
make
# upload to the ATtiny85
make flash

About

Firmware for a Canon DSLR IR remote loaded on an Arduino and an Atmel microcontroller

License:MIT License


Languages

Language:C 68.5%Language:Makefile 31.5%