Author |
Message |
Topic: #Fuses |
shirish
Replies: 1
Views: 3593
|
Forum: General CCS C Discussion Posted: Thu Jan 08, 2009 3:49 am Subject: #Fuses |
I have used the #fuses to configure the contoller, but it has no effect on code.
i.e. I have used code protect & EEprom read protect but it has no effect.
#include "16F887.h"
#fus ... |
Topic: i/o operation |
shirish
Replies: 1
Views: 2586
|
Forum: General CCS C Discussion Posted: Tue Dec 16, 2008 8:26 am Subject: i/o operation |
I am using PIC16f684. I have used following:
PORTA.0--led1
PORTA.1--led2
PORTA.5--relay1
PORTA.4--relay2
Problem is when I operate Relay1 using output_high(rel_1), led1 & led2 get automatica ... |
|