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 Universitaet Berlin (FUB)
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
6
#pragma once
7
30
31
#include "board_common.h"
32
33
#ifdef __cplusplus
34
extern
"C"
{
35
#endif
36
40
#ifndef __MSP430F1612__
41
#define __MSP430F1612__
42
#endif
43
48
#define SHT1X_PARAM_CLK (GPIO_PIN(3, 5))
49
#define SHT1X_PARAM_DATA (GPIO_PIN(3, 4))
51
52
#ifdef __cplusplus
53
}
54
#endif
55
Generated on Mon Sep 15 2025 13:46:10 by
1.13.2