C language

Internet Webed: C language

Internet Webed: C language

Showing posts with label C language. Show all posts
Showing posts with label C language. Show all posts

LCD library for 20x4 display in 4 Bit Mode

LCD library for 20x4 display in 4 Bit Mode
Below is the code for running 20x4 display LCD in 4 bit mode. You can copy the code and save it as a header file (.h) and then include the same in your main program.Please don't forget to change the PINs according to your sketch.Please leave a comment for any queries or feedback/* * lcd_lib.h *...

How To Make a HUT in C language

How To Make a HUT in C language
In this tutorial I had made a programme by which you can make a HUT in C language with the help of graphics. I had also added a image to get directions for you so you can make it... Enjoy.. :) /* Programme to make a HUT in C language with graphics */ #include<graphics.h> #include<conio.h> void...