UoS³ Flight Computer Firmware
 All Data Structures Files Functions Groups Pages
Data Structures
led.c File Reference

LED Driver - uos3-proto board. More...

Go to the source code of this file.

Data Structures

struct  LED
 
typedef struct LED LED
 
static LED LED_leds [2]
 
void LED_on (uint8_t led_num)
 
void LED_off (uint8_t led_num)
 
void LED_set (uint8_t led_num, bool state)
 
void LED_toggle (uint8_t led_num)
 

Detailed Description

LED Driver - uos3-proto board.

Definition in file led.c.

Variable Documentation

LED LED_leds[2]
static
Initial value:
=
{ { GPIO_PC2, false }
, { GPIO_PB1, false }
}

Definition at line 23 of file led.c.