Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
board.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2009 Freie Universität Berlin
3
* SPDX-FileCopyrightText: 2015 Freie Universität Berlin
4
* SPDX-License-Identifier: LGPL-2.1-only
5
*/
6
7
#pragma once
8
19
20
#include "board_common.h"
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
25
29
#ifndef __MSP430F1612__
30
#define __MSP430F1612__
31
#endif
32
37
#define SHT1X_PARAM_CLK (GPIO_PIN(3, 5))
38
#define SHT1X_PARAM_DATA (GPIO_PIN(3, 4))
40
41
#ifdef __cplusplus
42
}
43
#endif
44
Generated on Wed Aug 27 2025 20:40:39 by
1.13.2