Project

General

Profile

Download (327 Bytes) Statistics
| Branch: | Tag: | Revision:
1 3b8d8831 (no author)
#ifndef __BOARD_H__
2
#define __BOARD_H__
3
4
#include <AT91SAM7.h>
5
#include <lib_AT91SAM7.h>
6
7
/*--------------*/
8
/* Master Clock */
9
/*--------------*/
10 82eb1ad2 meri
#define EXT_OSC			18432000	// External Crystal Oscillator
11
#define MCK			47923200	// Resulting PLL CLock
12
#define ENVIRONMENT_SIZE	 ( AT91C_IFLASH_PAGE_SIZE )
13 3b8d8831 (no author)
14
#endif/*__BOARD_H__*/
Add picture from clipboard (Maximum size: 48.8 MB)