CyberCircuits / arduino-tiny

Automatically exported from code.google.com/p/arduino-tiny
Other
0 stars 0 forks source link

Split various mcu-specific definitions to separate files #73

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
the current core definitions are huge walls of code with ifdefs sprinkled in 
between: very hard to follow.

I actually did this already, though I only tested that the "Fade" example 
sketch compiles for ATtiny85, ATtiny84 and ATtiny2313, did not actually load 
the code onto a board to test it properly.

See https://github.com/rambo/arduino-tiny/compare/headers_refactor

(this repo is tracking the "upstream" [read-only] SVN here via git-svn 
[whenever I remember to rebase], master is current SVN HEAD and I make branches 
for whatever experiments I have)

Original issue reported on code.google.com by eero.afh...@gmail.com on 12 Dec 2012 at 9:45

GoogleCodeExporter commented 8 years ago
This seems to work fine, I have since this used my version of the library to 
compile working programs for attiny85 (I2C controlled 7-segment display driver).

Original comment by eero.afh...@gmail.com on 24 Mar 2013 at 2:38