Contiki 3.x
Modules | Files | Functions
User Button on STM32 Nucleo

Defines some of the platforms capabilities. More...

Modules

 Acceleration Sensor
 Maps the acceleration sensor on the STM32 Nucleo Sensor Expansion board.
 
 Gyroscope Sensor
 Maps the gyroscope sensor on the STM32 Sensor Expansion board.
 
 Humidity Sensor
 Maps the humidity sensor on the STM32 Nucleo Sensor Expansion board.
 
 Magneto Sensor
 Maps the magneto sensor on the STM32 Nucleo Sensor Expansion board.
 
 Pressure Sensor
 Maps the pressure sensor on the STM32 Nucleo Sensor Expansion board.
 
 Temperature Sensor
 Maps the temperature sensor on the STM32 Nucleo Sensor Expansion board.
 

Files

file  platform-conf.h
 Header file for the stm32nucleo-spirit1 platform configuration.
 
file  button-sensor.c
 Driver for the stm32nucleo-spirit1 User Button.
 
file  leds-arch.c
 Driver for the stm32nucleo-spirit1 LEDs.
 
file  radio-sensor.c
 Driver for the stm32nucleo-spirit1 Radio Sensor (RSSI, LQI, ...)
 
file  sensor-common.h
 Header file for common sensor definitions.
 
file  uart1.h
 Header file for UART related definitions.
 

Functions

void leds_arch_init (void)
 Leds implementation. More...
 

Detailed Description

Defines some of the platforms capabilities.

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 56 of file leds-arch.c.