2 Program to play buzzer using ATMEL STUDIO AVR MICROCONTROLLERS IN C

Program: /* * Buzer_Project.c * * Created: 3/14/2020 12:23:57 PM * Author: Atharv Agrawal */ #define F_CPU 14745600 #include <...
Read More

1 Program to Print Text on LCD using Atmel Studio AVR MicroControllers in C

AVR: Alf-Egil Bogen Vegard Wollan RISC microcontroller Program: /* * LCD_Project.c * * Created: 3/14/2020 4:09:22 PM * Author: At...
Read More

5 Program to demonstrate Padding in CSS

Program: <!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <titl...
Read More

4 Program to demonstrate Margins in CSS

Program: <!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <tit...
Read More