inflex / obs-switcher

USB keypad for switching scenes in Openbroadcaster.
GNU General Public License v2.0
2 stars 1 forks source link

ATMega8 with LEDs or ATMega8 with no LEDs? #1

Open CRImier opened 6 years ago

CRImier commented 6 years ago

So, I'm confused. The PDF schematic shows an ATmega8 with no LEDs attached, but the README.md and Makefile mention an ATMega8. Which is it, then? Would the USB code still run on an ATMega8 - seeing as I still have plenty of these in DIP, I'd rather use those than buy other MCUs. How do I attach the LEDs?

inflex commented 6 years ago

The LED thing was a revision that I did later, I'll have to remember to push that up.

You should be able to do it on the Mega8 no trouble, other than having to adjust a couple of the register names because from what I recall the Mega8 had slightly different names vs the mega/tiny x8 series.

CRImier commented 6 years ago

Please do push that up - I'm interested! And thank you for this project - found out your projects from Louis Rossmann and liked this one, can't wait to assemble my own!