|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <nuttx/config.h>#include <stdint.h>#include <arch/board/board.h>#include "hardware/stm32_tim.h"#include "led.hpp"Go to the source code of this file.
Functions | |
| void | rgb_led (int r, int g, int b, int freqs) |
| void rgb_led | ( | int | r, |
| int | g, | ||
| int | b, | ||
| int | freqs | ||
| ) |
Definition at line 44 of file led.cpp.
Referenced by UavcanEsc::cb_beginfirmware_update(), and UavcanNode::cb_beginfirmware_update().