Contiki 3.x
Modules | Files | Functions | Variables

Defines related to LaunchPad peripherals. More...

Modules

 LaunchPad Button Driver
 One of the buttons can be configured as general purpose or as an on/off key.
 
 CC1310 LaunchPad Peripherals
 Defines related to the CC1310 LaunchPad.
 
 CC2650 LaunchPad Peripherals
 Defines related to the CC2650 LaunchPad.
 

Files

file  board-peripherals.h
 Header file with definitions related to LaunchPad peripherals.
 
file  board.c
 LaunchPad-specific board initialisation driver.
 
file  launchpad-sensors.c
 Generic module controlling LaunchPad sensors.
 
file  leds-arch.c
 Driver for LaunchPad LEDs.
 

Functions

void board_init ()
 Board specific iniatialisation.
 
void leds_arch_init (void)
 Leds implementation. More...
 

Variables

SENSORS & button_left_sensor
 Exports a global symbol to be used by the sensor API.
 

Detailed Description

Defines related to LaunchPad peripherals.

Function Documentation

void leds_arch_init ( void  )

Leds implementation.

Leds implementation.

The FRDM-KL25Z has a tri-colour LED: Red is connected to PTB18 Green is connected to PTB19 Blue is connected to PTD1

Definition at line 48 of file leds-arch.c.