You want them all to come on at the same time and drop out at different rates?
Something like that?Code:PORTB = %11111111 PAUSE XXX PORTB = %11111110 PAUSE XXX PORTB = %11111100 ... LOOP OVER...
You want them all to come on at the same time and drop out at different rates?
Something like that?Code:PORTB = %11111111 PAUSE XXX PORTB = %11111110 PAUSE XXX PORTB = %11111100 ... LOOP OVER...
Dave
Always wear safety glasses while programming.
Bookmarks