Subversion Repositories Projects

Rev

Rev 1307 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1307 Rev 1308
Line -... Line 1...
-
 
1
#ifndef _MEGA324P_H_
-
 
2
#define _MEGA324P_H_
-
 
3
 
-
 
4
/* I (M. Thomas) could not find an official Boot-ID
-
 
5
   for the ATmega324P so pretend it's an ATmega32 */
-
 
6
/* Part-Code ISP */
-
 
7
#define DEVTYPE_ISP     0x72
-
 
8
/* Part-Code Boot */
-
 
9
#define DEVTYPE_BOOT    0x73
-
 
10
 
-
 
11
#define SIG_BYTE1       0x1E
-
 
12
#define SIG_BYTE2       0x95
-
 
13
#define SIG_BYTE3       0x08
-
 
14
 
-
 
15
#include "megaxx4p.h"
-
 
16
 
-
 
17
#endif // #ifndef _MEGA324P_H_