Author |
Message |
Topic: Rotate LED |
Kreg
Replies: 2
Views: 8100
|
Forum: General CCS C Discussion Posted: Wed Aug 27, 2014 3:06 am Subject: Rotate LED |
/** I N C L U D E S **************************************************/
#include <18F45K20.h>
#FUSES INTRC_IO,NOWDT,NOLVP
#USE delay (CLOCK=1MHz)
#WORD LATD=0xF8C
#W ... |
Topic: Rotate LED |
Kreg
Replies: 2
Views: 8100
|
Forum: General CCS C Discussion Posted: Wed Aug 27, 2014 2:55 am Subject: Rotate LED |
Hi all !
I would like to ask a question.
Actually, I have just bought a PICKIT3 with a 18F45K20
I would like to 'flash and rotate' LED.
Can you help me ? I am a beginner.
All my LEDs are co ... |
|