I believe I set it to 8Mhz internal clock. Is there anything I can do to see whats it set at?
Not Sure what that means.
in order to use the 85 you had to download and install a core file, where did you get it?
arduino tiny works wonderfully, the one on a mit.edu site functions, but no one bothered to change any timing values so by default its 8 * slower(at 8 Mhz, or 16 times slower at 1Mhz) when using timer functions (and thats half assed IMO)
I do however get errors when I do the boot loader part.
I have been asking for help on that on this forum.
Osgeld:
in order to use the 85 you had to download and install a core file, where did you get it?
I am sorry I don't know what assed IMO means
arduino tiny works wonderfully, the one on a mit.edu site functions, but no one bothered to change any timing values so by default its 8 * slower(at 8 Mhz, or 16 times slower at 1Mhz) when using timer functions (and thats half assed IMO)
and forget the other core even exists (god I wish it did, as I cant tell you how many times I have "solved" this problem)
get in the deep end and fix that core yourself (it shouldnt be that hard, but it should not be a screwup in the first place)
or take all your delays and devide them .. your current clock speed / 16 and change all your delays to delay ms
I dont really want to bash the mit student page, cause it saved my butt while arduino tiny got a bug fix, but sheesh they could at least check in and fix their obvious problem (in a nutshell they redo a couple files and compile against a standard arduino, 16 mhz core)
I know all this cause I spend two night banging my head against the desk trying to figure out what was wrong with MY code, and I know arduino tiny works cause I have been using it before it was released