Good old bulbs ...
Hi, Malc
I just tried this ... good for bulb lamp- like ... an rather simple.
DEFINE OSCCAL_1K 1
ADCON0 = 0
ANSEL = 0
CMCON = 7
TRISIO = %00001000
led var GPIO.0
i var byte
y var byte
Speed var word ' just if speed > 255 ...
Speed = 100
up:
Pause (Speed*2)
For i = 0 to 127
y = SIN i
Led = 1
Pauseus (Speed*y)
Led = 0
Pauseus (Speed*( 127-y ))
next i
GOTO up
END
Alain
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
Bookmarks