tobyjaffey/bus-ninja

Using bus-ninja code for arduino uno

Closed this issue · 1 comments

Hello,

I have an arduino uno with me which has an atmega32 on it. Since the code is compiled for a previous version with atmega16, how to I get the hex for Uno?

You need to build it from source. git clone the source from github, install an AVR GCC toolchain and build it.