lhondareyte / AVR-MIDI-panic

MIDI Panic device based on Microchip attiny13

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIDI panic device

Port to AVR attiny13 from a previous project based on PIC 12C508

Build instructions

Install avr-gcc on your system, then

git clone https://github.com/lhondareyte/AVR-MIDI-panic
cd AVR-MIDI-panic/src
make
make load
make wfuse

The load (and wfuse) target assume that you have a TL866 programmer with miniproinstalled

Pass through mode

The panic device act as a passthrough device : all data entering the PB2 pin are replicated on the PB3 output. If you don't need this mode, comment out the following line in config.mk

CFLAGS          += -D __PASS_THROUGH__

Or you can connect PB2 to VCC.

License

  • MIT License

About

MIDI Panic device based on Microchip attiny13

License:MIT License


Languages

Language:C 59.1%Language:Assembly 24.9%Language:Makefile 16.0%