ATTiny support

I have downloaded ATTiny-Master folder from Github, changed the folder name to ATTiny, and placed it in my hardware folder inside the Arduino folder. I open the Arduino app, look under Boards, and the ATTinys are not there.

This worked fine when I installed Moteinos in the system, but it isn't working at all for the ATTiny. I tried it with version 1.7.8, and 1.6.5 also.

I'd appreciate any thoughts on this. It's a cute little chip, and I'd like to add it to my bag of tricks.

Thanks.

I'm guessing you mean GitHub - damellis/attiny: ATtiny microcontroller support for the Arduino IDE. The folder structure of that repository requires you to add an avr folder in your hardware folder. You can also use Boards Manager to install it following the instructions at: http://highlowtech.org/?p=1695