This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//**************************************************************************************** | |
//www.go8051.com | |
//Chapter 11 | |
//Interfacing 16x2 LCD with 8051 Microcontroller on Breadboard | |
//Created By go8051.com | |
// Open source | |
// MMT_LCD.H custom library from www.mmtlab.in Magicman Technologies | |
//email : 8051blog@gmail.com | |
//**************************************************************************************** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//**************************************************************************************** | |
//www.go8051.com | |
//Chapter 10 | |
//Interfacing 7 Segment(Common Anode) LED Display with 8051 Microcontroller on Breadboard | |
//Created By go8051.com | |
// Open source | |
//email : 8051blog@gmail.com | |
//**************************************************************************************** | |
#include<reg51.h> // Header file for 8051 microcontroller |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//******************************************************************* | |
//www.go8051.com | |
//Chapter 9 | |
//Making PC Controlled Serial Robot using 8051 Microcontroller on Breadboard | |
//Created By go8051.com | |
// Open source | |
//email : 8051blog@gmail.com | |
//******************************************************************* | |
#include<reg51.h> // Header file for 8051 microcontroller |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//******************************************************************* | |
//www.go8051.com | |
//Chapter 8 | |
//Making a Line Following Robot (LFR) with 8051 Microcontroller on Breadboard | |
//Created By go8051.com | |
// Open source | |
//email : 8051blog@gmail.com | |
//******************************************************************* | |
#include<reg51.h> // Header file for 8051 microcontroller |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//******************************************************************************************************** | |
//www.go8051.com | |
//Chapter 7 | |
//Interfacing L293d Motor Driver with 8051 Microcontroller on Bread Board | |
//Created By go8051.com | |
// Open source | |
//email : 8051blog@gmail.com | |
//******************************************************************************************************** | |
#include<reg51.h> // Header file for 8051 microcontroller |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//******************************************************************************************************** | |
//www.go8051.com | |
//Chapter 6 | |
//Interfacing LM324 Comparator IC with IR(Infra Red Light) Sensor and 8051 Microcontroller on Bread Board | |
//Created By go8051.com | |
// Open source | |
//email : 8051blog@gmail.com | |
//******************************************************************************************************** | |
#include<reg51.h> // Header file for 8051 microcontroller |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//******************************************************************* | |
//www.go8051.com | |
//Chapter 4 - Part 2 | |
//8051 On Breadboard with Switches and Multiple LED | |
//Created By go8051.com | |
// Open source | |
//email : 8051blog@gmail.com | |
//******************************************************************* | |
#include<reg51.h> // Header file for 8051 microcontroller |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//******************************************************************* | |
//www.go8051.com | |
//Chapter 4 - Part 1 | |
//8051 On Breadboard with Switches and Multiple LED | |
//Created By go8051.com | |
// Open source | |
//email : 8051blog@gmail.com | |
//******************************************************************* | |
#include<reg51.h> // Header file for 8051 microcontroller |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//******************************************************************* | |
//www.go8051.com | |
//Chapter 3 | |
//8051 On Breadboard with Multiple Led Blinking | |
//Created By go8051.com | |
// Open source | |
//email : 8051blog@gmail.com | |
//******************************************************************* | |
#include<reg51.h> // Header file for 8051 microcontroller |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//******************************************************************* | |
//www.go8051.com | |
//Chapter 2 | |
//Breadboard Microcontroller 8051 Mounting and Led Blinking | |
//Created By go8051.com | |
// Open source | |
//email : 8051blog@gmail.com | |
//******************************************************************* | |
#include<reg51.h> // Header file for 8051 microcontroller |