Contiki 3.x
Files | Functions

LED driver implementation for the Zoul-based platforms. More...

Files

file  leds-arch.c
 LED driver implementation for the Zoul-based platforms.
 

Functions

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

Detailed Description

LED driver implementation for the Zoul-based platforms.

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

References GPIO_D_BASE, GPIO_D_NUM, GPIO_SET_OUTPUT, IOC_OVERRIDE_OE, and ioc_set_over().