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 _MEGA644P_H_
-
 
2
#define _MEGA644P_H_
-
 
3
 
-
 
4
/* I (M. Thomas) could not find an official Boot-ID
-
 
5
   for the ATmega644P so pretend it's an ATmega64 */
-
 
6
/* Part-Code ISP */
-
 
7
#define DEVTYPE_ISP     0x45
-
 
8
/* Part-Code Boot */
-
 
9
#define DEVTYPE_BOOT    0x46
-
 
10
 
-
 
11
#define SIG_BYTE1       0x1E
-
 
12
#define SIG_BYTE2       0x96
-
 
13
#define SIG_BYTE3       0x0A
-
 
14
 
-
 
15
#include "megaxx4p.h"
-
 
16
 
-
 
17
#endif // #ifndef _MEGA644P_H_