Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
board.h
Go to the documentation of this file.
1
/*
2
* Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
3
*
4
* This file is subject to the terms and conditions of the GNU Lesser
5
* General Public License v2.1. See the file LICENSE in the top level
6
* directory for more details.
7
*/
8
32
#ifndef BOARD_H
33
#define BOARD_H
34
35
#include "board_common.h"
36
37
#ifdef __cplusplus
38
extern
"C"
{
39
#endif
40
44
#ifndef __MSP430F1612__
45
#define __MSP430F1612__
46
#endif
47
53
#define MSP430_INITIAL_CPU_SPEED 2457600uL
54
#define F_CPU MSP430_INITIAL_CPU_SPEED
55
#define F_RC_OSCILLATOR 32768
56
#define MSP430_HAS_DCOR 1
57
#define MSP430_HAS_EXTERNAL_CRYSTAL 0
58
64
#define SHT1X_PARAM_CLK (GPIO_PIN(3, 5))
65
#define SHT1X_PARAM_DATA (GPIO_PIN(3, 4))
66
68
#ifdef __cplusplus
69
}
70
#endif
71
73
#endif
/* BOARD_H */
Generated on Tue Nov 24 2020 19:46:49 by
1.8.17