Started following some tutorial on att85 usi. Downloaded example code from make avr book.
This commit is contained in:
19
Make AVR Examples/setupProject/main.h
Normal file
19
Make AVR Examples/setupProject/main.h
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
// Standard AVR includes
|
||||
#include <avr/io.h>
|
||||
#include <util/delay.h>
|
||||
#include <avr/interrupt.h>
|
||||
#include <avr/eeprom.h>
|
||||
#include <avr/pgmspace.h>
|
||||
#include <avr/sleep.h>
|
||||
#include <avr/wdt.h>
|
||||
#include <avr/power.h>
|
||||
|
||||
// Standard includes
|
||||
#include <stdlib.h>
|
||||
|
||||
// These are optional, but nice to have around.
|
||||
// Feel free to comment them out if you don't use them.
|
||||
#include "USART.h"
|
||||
#include "macros.h"
|
||||
|
||||
Reference in New Issue
Block a user