Loading...
Searching...
No Matches
board.h File Reference

Basic definitions for the MSB-430H board. More...

Detailed Description

Basic definitions for the MSB-430H board.

Author
Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
Hauke Petersen hauke.nosp@m..pet.nosp@m.ersen.nosp@m.@fu-.nosp@m.berli.nosp@m.n.de

Definition in file board.h.

#include "board_common.h"
+ Include dependency graph for board.h:

Go to the source code of this file.

#define __MSP430F1612__
 Define the CPU model for the <msp430.h>
 

Configure on-board SHT11 device

#define SHT1X_PARAM_CLK   (GPIO_PIN(3, 5))
 
#define SHT1X_PARAM_DATA   (GPIO_PIN(3, 4))
 

Macro Definition Documentation

◆ __MSP430F1612__

#define __MSP430F1612__

Define the CPU model for the <msp430.h>

Definition at line 33 of file board.h.

◆ SHT1X_PARAM_CLK

#define SHT1X_PARAM_CLK   (GPIO_PIN(3, 5))

Definition at line 40 of file board.h.

◆ SHT1X_PARAM_DATA

#define SHT1X_PARAM_DATA   (GPIO_PIN(3, 4))

Definition at line 41 of file board.h.