Description: Project templates for AVR microcontrollers
+ Proteus Simulation
+ USBasp Driver
+ Arduino / Ejaaduino board layout
+ template.h file with useful macros
+ Template project with skeleton code
+ in C Language, C++ also works.
Written by ZaidP
contact me at email@zaidpirwani.com
Extract this rar file in root of any of your drive.
The folder contains AVR source codes for starting work on AVR ATmega Microcontrollers.
When making a new project, simply copy the template folder, rename it to name of new project and start your code in the main.c file.
The template.h file gives some very useful macros for bit-manipulation on AVR Microcontroller.
to compile, you will need to type make in cmd prompt (in the right folder)
to get make, download and install AVRToolChain
To Search:
File list (Check if you may need any files):
AVR
...\Arduino-To-Atmega8-Pins.png
...\atmega8.pdf
...\blinky
...\......\main.c
...\......\main.elf
...\......\main.hex
...\......\main.o
...\......\makefile
...\class02
...\.......\main.c
...\.......\main.elf
...\.......\main.hex
...\.......\main.o
...\.......\makefile
...\debounce
...\........\main.c
...\........\main.elf
...\........\main.hex
...\........\main.o
...\........\makefile
...\DRIVER
...\......\linux-nonroot
...\......\.............\99-USBasp.rules
...\......\.............\install_rule
...\......\win-driver
...\......\..........\libusb_0.1.12.1
...\......\..........\...............\libusb0.dll
...\......\..........\...............\libusb0.sys
...\......\..........\...............\libusb0_x64.dll
...\......\..........\...............\libusb0_x64.sys
...\......\..........\...............\testlibusb-win.exe
...\......\..........\...............\testlibusb.exe
...\......\..........\...............\usbasp.cat
...\......\..........\...............\usbasp.inf
...\......\..........\...............\usbasp_x64.cat
...\......\..........\libusb_1.2.4.0
...\......\..........\..............\amd64
...\......\..........\..............\.....\libusb0.dll
...\......\..........\..............\.....\libusb0.sys
...\......\..........\..............\ia64
...\......\..........\..............\....\libusb0.dll
...\......\..........\..............\....\libusb0.sys
...\......\..........\..............\installer_x64.exe
...\......\..........\..............\installer_x86.exe
...\......\..........\..............\libusb-win32-bin-README.txt
...\......\..........\..............\license
...\......\..........\..............\.......\libusb-win32
...\......\..........\..............\.......\............\installer_license.txt
...\......\..........\..............\usbasp.cat
...\......\..........\..............\usbasp.inf
...\......\..........\..............\x86
...\......\..........\..............\...\libusb0.sys
...\......\..........\..............\...\libusb0_x86.dll
...\ejaaduino-board-layout.PNG
...\Last Loaded simulation.DBK
...\lcd-interface
...\.............\LCD Interface Library [ORIGINAL]
...\.............\................................\doxygen.css
...\.............\................................\doxygen.png
...\.............\................................\group__pfleury__lcd.html
...\.............\................................\lcd.c
...\.............\................................\lcd.h
...\.............\................................\makefile
...\.............\................................\test_lcd.c
...\.............\lcd.c
...\.............\lcd.h
...\.............\lcd.o
...\.............\main.c
...\.............\main.elf
...\.............\main.hex
...\.............\main.o
...\.............\makefile
...\.............\Proteus Simulation
...\.............\..................\Last Loaded Test.DBK
...\.............\..................\Test.DSN
...\.............\..................\Test.PWI
...\simulation.DSN
...\simulation.PWI
...\template
...\........\main.c
...\........\makefile
...\template.h
...\timer0
...\......\main.c
...\......\main.elf
...\......\main.hex
...\......\main.o
...\......\makefile
README.txt