PHiLIP
led_flash.h
Go to the documentation of this file.
1 /*
2  * Copyright 2020 Kevin Weiss for HAW Hamburg
3  *
4  * This file is subject to the terms and conditions of the MIT License. See the
5  * file LICENSE in the top level directory for more details.
6  * SPDX-License-Identifier: MIT
7  */
8 
20 #ifndef LED_FLASH_H_
21 #define LED_FLASH_H_
22 
23 /* Function prototypes ********************************************************/
27 void init_led_flash();
28 
35 void flash_fw_version();
36 
37 #endif /* LED_FLASH_H_ */
38 
void flash_fw_version()
Flashes the firmware major, minor, and patch version (+1) on on the led.
Definition: led_flash.c:76
void init_led_flash()
Initialize LED0 gpio.
Definition: led_flash.c:60