ernestclydeachua
Junior Member level 1
- Joined
- Aug 5, 2012
- Messages
- 15
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,380
can some one help me im using pic16f84a and a driver ic and i want to energize a 6vdc relay
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#define RELAY PORTB.F0
void main() {
TRISB = 0x00;
PORTB - 0x00;
while(1) {
RELAY = 1;
Delay_ms(3000);
RELAY = 0;
Delay_ms(3000);
}
}
Yes, they have them mostly assorted with input and supply pins.betwixt can we get the output pin in any general electronic shop??