Okay, I did a little test:
If I try this code:
My LED flashes in a very nicely random way.Code:loop: random temp toggle LED pause temp >> 8 goto loop
If I try this code:
Then it does not flash in a nicely random way.Code:loop: random temp temp = temp >> 8 toggle LED pause temp goto loop
So... the seed must not be modified.
But anyway this still does not explain why my morse code flasher doesn't work. Unfortunately I do not have the circuit at hand (it's in Paris now) so have to probably build a second one to really test.




Bookmarks