mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-12 10:58:30 -04:00
AP_Scripting: add a hello world example
This commit is contained in:
parent
189123ee42
commit
c2f154183b
3
libraries/AP_Scripting/examples/hello_world.lua
Normal file
3
libraries/AP_Scripting/examples/hello_world.lua
Normal file
@ -0,0 +1,3 @@
|
||||
-- This script is an example of saying hello
|
||||
|
||||
gcs:send_text(0, "hello, world") -- send the traditional message
|
Loading…
Reference in New Issue
Block a user