Naturally I took apart my gameboy color, but I couldn't find any wire around suitable for the pro-sound mod ...
And the arduino (which I just got started with because my power's been out for two days) Is awesome ... I've just been playing around with that. and naturally any time a true nerd is given processing power over LED's this has to happen:
Which was done using a little "Work Around" I learned from flash:
dir = true;if(pinA == 9){dir = false;}else if(pinA == 2){dir=true;}if(dir){pinA++;pinA = HIGH;pinA -1 = LOW;}else{pinA--;pinA = HIGH;pinA +1 = LOW;}
No comments:
Post a Comment