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

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

#include "ioc.h"

Go to the source code of this file.

Macros

LED HAL configuration

Those values are not meant to be modified by the user

LED IOID mappings

Those values are not meant to be modified by the user

UART IOID mapping

Those values are not meant to be modified by the user

Button IOID mapping

Those values are not meant to be modified by the user

Buzzer configuration
#define BOARD_IOID_BUZZER   IOID_21
 Buzzer Pin.
 
Reed Relay IOID mapping

Those values are not meant to be modified by the user

External flash IOID mapping and part-related constants

Those values are not meant to be modified by the user

#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_11
 TMP Sensor.
 
#define BOARD_IOID_MIC_POWER   IOID_13
 Digital Microphone.
 
RF Front End configuration

Those values are not meant to be modified by the user

Board-specific overrides

Those values are not meant to be modified by the user

#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.
 
Device string used on startup

Functions

void board_init (void)
 Board specific iniatialisation.
 

Detailed Description

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

Note
Do not include this file directly. It gets included by contiki-conf after all relevant directives have been set.

Definition in file board.h.