Contiki-NG
Loading...
Searching...
No Matches

Files

file  board.h
 Header file with definitions related to the I/O connections on the TI Sensortag.
 

Buzzer configuration

#define BOARD_IOID_BUZZER   IOID_21
 Buzzer Pin.
 
#define BOARD_IOID_SDA   IOID_5
 I2C IOID mappings.
 
#define BOARD_IOID_SCL   IOID_6
 Interface 0 SCL: All sensors bar MPU.
 
#define BOARD_IOID_SDA_HP   IOID_8
 Interface 1 SDA: MPU.
 
#define BOARD_IOID_SCL_HP   IOID_9
 Interface 1 SCL: MPU.
 
#define BOARD_IOID_MPU_INT   IOID_7
 MPU IOID mappings.
 
#define BOARD_IOID_AUDIOFS_TDO   IOID_16
 Board devpack IOID mappings (LCD etc.)
 
#define BOARD_IOID_TMP_RDY   IOID_1
 TMP Sensor.
 
#define BOARD_IOID_MIC_POWER   IOID_13
 Digital Microphone.
 
#define BOARD_BUTTON_HAL_INDEX_KEY_LEFT   0x00
 Board indices for the button HAL.
 
#define CCFG_CONF_BL_PIN_NUMBER   IOID_UNUSED
 ROM bootloader configuration.
 

Detailed Description

Defines related to the CC2650 Sensortag

This file provides connectivity information on LEDs, Buttons, UART and other peripherals

This file can be used as the basis to configure other boards using the CC13xx/CC26xx code as their basis.

This file is not meant to be modified by the user.

Macro Definition Documentation

◆ BOARD_BUTTON_HAL_INDEX_KEY_LEFT

#define BOARD_BUTTON_HAL_INDEX_KEY_LEFT   0x00

Board indices for the button HAL.

Those values are not meant to be modified by the user

Definition at line 227 of file board.h.

◆ BOARD_IOID_AUDIOFS_TDO

#define BOARD_IOID_AUDIOFS_TDO   IOID_16

Board devpack IOID mappings (LCD etc.)

Those values are not meant to be modified by the user

Definition at line 189 of file board.h.

◆ BOARD_IOID_MIC_POWER

#define BOARD_IOID_MIC_POWER   IOID_13

Digital Microphone.

Those values are not meant to be modified by the user

Definition at line 216 of file board.h.

◆ BOARD_IOID_MPU_INT

#define BOARD_IOID_MPU_INT   IOID_7

MPU IOID mappings.

Those values are not meant to be modified by the user

Definition at line 177 of file board.h.

◆ BOARD_IOID_SDA

#define BOARD_IOID_SDA   IOID_5

I2C IOID mappings.

Those values are not meant to be modified by the user Interface 0 SDA: All sensors bar MPU

Definition at line 165 of file board.h.

◆ BOARD_IOID_TMP_RDY

#define BOARD_IOID_TMP_RDY   IOID_1

TMP Sensor.

Those values are not meant to be modified by the user

Definition at line 207 of file board.h.

◆ CCFG_CONF_BL_PIN_NUMBER

#define CCFG_CONF_BL_PIN_NUMBER   IOID_UNUSED

ROM bootloader configuration.

Sensortags do not support the bootloader

Definition at line 238 of file board.h.