forked from Archive/PX4-Autopilot
x7 add led_pwm driver
This commit is contained in:
parent
8aed6b2240
commit
67554acf9e
|
@ -39,6 +39,7 @@ px4_add_board(
|
|||
lights/blinkm
|
||||
lights/rgbled
|
||||
lights/rgbled_ncp5623c
|
||||
lights/rgbled_pwm
|
||||
magnetometer # all available magnetometer drivers
|
||||
mkblctrl
|
||||
optical_flow # all available optical flow drivers
|
||||
|
|
|
@ -37,4 +37,5 @@ fi
|
|||
|
||||
set LOGGER_BUF 64
|
||||
|
||||
rgbled_pwm start
|
||||
safety_button start
|
||||
|
|
Loading…
Reference in New Issue