5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-11 02:18:29 -04:00

AP_Scripting: add rgb notify binding

This commit is contained in:
Peter Hall 2019-11-25 22:28:01 +00:00 committed by WickedShell
parent f8f591c7db
commit f35ffaddc6

View File

@ -108,6 +108,7 @@ userdata Vector2f operator -
include AP_Notify/AP_Notify.h include AP_Notify/AP_Notify.h
singleton AP_Notify alias notify singleton AP_Notify alias notify
singleton AP_Notify method play_tune void string singleton AP_Notify method play_tune void string
singleton AP_Notify method handle_rgb void uint8_t 0 UINT8_MAX uint8_t 0 UINT8_MAX uint8_t 0 UINT8_MAX uint8_t 0 UINT8_MAX
include AP_RangeFinder/AP_RangeFinder.h include AP_RangeFinder/AP_RangeFinder.h