filmov
tv
PIC16F877A interface L293D H Bridge IC. MikroC for PIC coding and Proteus simulation Tutorial.
Показать описание
Hello guys,
You can support my channel by buying this post on patreon its just 5$ one time only donation.
/
/
/
/
/
//////////////////////////////////////// Hello guys Welcome to learning microcontrollers,
Guys I had made a course for you guys on Udemy.
This course will teach you how to directly get your hands dirty on arduino and make useful projects to earn money.
Please do take this course on udemy this will greatly help me to grow my channel.
You will assisting my channel by paying for that course.
Here is the link to the course:
A quote:
Learn from cradle to grave.
/
/
/
////////////////////// Hello Guys,
Welcome to learning Microcontrollers.
I had made a course for you guys to learn under my direction supervision on Udemy.
This course will make you a master of PIC microcontroller based projects making using MikroC for PIC software.
Please do take this course the link is below. This will greatly help my channel aswell to grow.
A beautfiul quote:
The road to sucess is always under construction.
/
/
///////////////////////////////////////////////////// Hello guys,
Welcome back to learning microcontroller, this video is about how to use a very cheap and easily available IC in the market called L293D with a PIC microcontroller.
Become a Patreon and support my channel using link below:
MikroC for PIC code:
void main() {
TRISB = 0x00;
PORTB = 0x00;
Delay_ms(100);
while(1)
{
///// In 1 = B7 In 2 = B6
///// In 3 = B5 In 4 = B4
PORTB.F7 = 1;
PORTB.F5 = 1;
Delay_ms(500);
PORTB.F5 = 0;
PORTB.F7 = 0;
PORTB.F6 = 1;
PORTB.F4 = 1;
Delay_ms(500);
PORTB.F6 = 0;
PORTB.F4 = 0;
}
}
You can support my channel by buying this post on patreon its just 5$ one time only donation.
/
/
/
/
/
//////////////////////////////////////// Hello guys Welcome to learning microcontrollers,
Guys I had made a course for you guys on Udemy.
This course will teach you how to directly get your hands dirty on arduino and make useful projects to earn money.
Please do take this course on udemy this will greatly help me to grow my channel.
You will assisting my channel by paying for that course.
Here is the link to the course:
A quote:
Learn from cradle to grave.
/
/
/
////////////////////// Hello Guys,
Welcome to learning Microcontrollers.
I had made a course for you guys to learn under my direction supervision on Udemy.
This course will make you a master of PIC microcontroller based projects making using MikroC for PIC software.
Please do take this course the link is below. This will greatly help my channel aswell to grow.
A beautfiul quote:
The road to sucess is always under construction.
/
/
///////////////////////////////////////////////////// Hello guys,
Welcome back to learning microcontroller, this video is about how to use a very cheap and easily available IC in the market called L293D with a PIC microcontroller.
Become a Patreon and support my channel using link below:
MikroC for PIC code:
void main() {
TRISB = 0x00;
PORTB = 0x00;
Delay_ms(100);
while(1)
{
///// In 1 = B7 In 2 = B6
///// In 3 = B5 In 4 = B4
PORTB.F7 = 1;
PORTB.F5 = 1;
Delay_ms(500);
PORTB.F5 = 0;
PORTB.F7 = 0;
PORTB.F6 = 1;
PORTB.F4 = 1;
Delay_ms(500);
PORTB.F6 = 0;
PORTB.F4 = 0;
}
}
Комментарии