kvsa
Newbie level 4
- Joined
- Oct 8, 2013
- Messages
- 6
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 45
Hi, I develop a small project Using Pic microcontroller 16F676 i need the 'C' code for that.
In my hardware Pic 16f676 is used
RC5 is Input 1
RC4 is Input 2
RC0 is Output 1
RC1 is Output 2
I used internal oscillator in Pic 16f676
Sequence
Initially some delay time to start this operation
RC5 gets a input signal, Output RC0 enable (some delay for holding)
Interlock between this two operation
RC4 gets a input signal, Output RC1 enable (some delay for holding)
This cycle is continuous operation
Can you help me to develop the 'C' Code this sequence
By kvs
In my hardware Pic 16f676 is used
RC5 is Input 1
RC4 is Input 2
RC0 is Output 1
RC1 is Output 2
I used internal oscillator in Pic 16f676
Sequence
Initially some delay time to start this operation
RC5 gets a input signal, Output RC0 enable (some delay for holding)
Interlock between this two operation
RC4 gets a input signal, Output RC1 enable (some delay for holding)
This cycle is continuous operation
Can you help me to develop the 'C' Code this sequence
By kvs