OFFLINE #include #include #define F_CPU 8000000 #include #include #include #define LCD_data_dir DDRD //LCD data port direction #define LCD_cmd_dir DDRC //LCD command port direction register #define LCD_data_port PORTD //LCD data port #define…
Nandhini M
updated on 24 Sep 2022
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Nandhini M (8)
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
OFFLINE #include #include #define F_CPU 8000000 #include #include #include #define LCD_data_dir DDRD //LCD data port direction #define LCD_cmd_dir DDRC //LCD command port direction register #define LCD_data_port PORTD //LCD data port #define…

24 Sep 2022 05:02 PM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
OFFLINE #include <avr/io.h> //preprocessor…

20 Sep 2022 12:29 PM IST
Project 2 - V&V SW Analysis II
OFFLINE…

06 Sep 2022 12:02 PM IST
Project 1 - V&V SW Analysis - I
OFFLINE if(owner long press the power button) { open the company logo at centre; } else if(customer press the…

06 Sep 2022 12:00 PM IST
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
…

18 Aug 2022 07:16 AM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
Offline #include//header file for i2cvoid setup(){ Serial.begin(9600);//to view the serial monitor Wire.begin();//to enable i2c pinMode(A0,INPUT);//ouput for A0 }void loop(){ float x=analogRead(A0);//to read analog input…

18 Aug 2022 05:25 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
…

05 Aug 2022 01:03 PM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
OFFLINE #include…

04 Aug 2022 11:14 AM IST