Employee Record System Project

Employee Record System Project in C

The mini-project “Employee Record System Project in C” is a console application using the C programming language. This project compiled in Code Blocks with the GCC compiler. In this console application, you can do basic Employee Record tasks like adding the employee info, view the added employee, search the employees, ..etc. This application based on file

Employee Record System Project in C Read More »

Fuel Monitoring system using 8051

Fuel Monitoring system using 8051

  Code for the fuel monitoring System: Here I am using the 8051 microcontroller and ADC0804 for the fuel monitoring system. If you want a description of this project. then please write in the comment box. #include <REGX51.H> //Led #define LED P3 #define ON 1 #define OFF 0 sbit LED0=P3^0; sbit LED1=P3^1; sbit LED2=P3^2; sbit

Fuel Monitoring system using 8051 Read More »