indiansiva555@gmail.com
Joined: 23 Jun 2012 Posts: 22
|
|
Posted: Sat Dec 15, 2012 8:59 am |
|
|
PIC C Compiler CCS PCWHD v4.068
if (!input(SWITCH1))
{
output_high(LED);
delay_ms(1000);
output_low(LED);
delay_ms(1000);
}
With the above codes the hardware works properly (with the use of "!") |
|