board.h File Reference

Central definitions for the ScatterWeb MSB-430 board. More...

Detailed Description

Central definitions for the ScatterWeb MSB-430 board.

See https://www.mi.fu-berlin.de/inf/groups/ag-tech/projects/ScatterWeb/modules/mod_MSB-430.html for circuit diagram etc.

Components

  • MSP430
  • CC1020
  • SHT11
  • MMA7260Q
  • LED
Author
Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project

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>
 

CPU core configuration

#define MSP430_INITIAL_CPU_SPEED   2457600uL
 
#define F_CPU   MSP430_INITIAL_CPU_SPEED
 
#define F_RC_OSCILLATOR   32768
 
#define MSP430_HAS_DCOR   1
 
#define MSP430_HAS_EXTERNAL_CRYSTAL   0
 

Configure on-board SHT11 device

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

Macro Definition Documentation

◆ MSP430_INITIAL_CPU_SPEED

#define MSP430_INITIAL_CPU_SPEED   2457600uL
Todo:
Move this to the periph_conf.h

Definition at line 53 of file board.h.