Loading...
Searching...
No Matches
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
38extern "C" {
39#endif
40
44#ifndef __MSP430F1612__
45#define __MSP430F1612__
46#endif
47
52#define SHT1X_PARAM_CLK (GPIO_PIN(3, 5))
53#define SHT1X_PARAM_DATA (GPIO_PIN(3, 4))
56#ifdef __cplusplus
57}
58#endif
59
61#endif /* BOARD_H */