Project

General

Profile

Download (327 Bytes) Statistics
| Branch: | Tag: | Revision:
1
#ifndef __BOARD_H__
2
#define __BOARD_H__
3

    
4
#include <AT91SAM7.h>
5
#include <lib_AT91SAM7.h>
6

    
7
/*--------------*/
8
/* Master Clock */
9
/*--------------*/
10
#define EXT_OSC			18432000	// External Crystal Oscillator
11
#define MCK			47923200	// Resulting PLL CLock
12
#define ENVIRONMENT_SIZE	 ( AT91C_IFLASH_PAGE_SIZE )
13

    
14
#endif/*__BOARD_H__*/
(2-2/11)
Add picture from clipboard (Maximum size: 48.8 MB)