why do i hafta go around in circles? i can't use delay or delay_ms or ellapsedmilis because all three timers are busy and can't be interrupted.
but this:
for (t = 0; t<10000; t++){ for (x = 0; x<10000; x++){} }
shouldn't be a nightmare. but nooooooooo, gcc won't stand for it.
so there's this file, C:\Program Files (x86)\Arduino\hardware\arduino\avr\platform.txt, that supposedly i can edit and tell gcc to getthehelloutamyway!
and it has this paragraph:
# Default...
I just wanna delay loop!
but this:
for (t = 0; t<10000; t++){ for (x = 0; x<10000; x++){} }
shouldn't be a nightmare. but nooooooooo, gcc won't stand for it.
so there's this file, C:\Program Files (x86)\Arduino\hardware\arduino\avr\platform.txt, that supposedly i can edit and tell gcc to getthehelloutamyway!
and it has this paragraph:
# Default...
I just wanna delay loop!