Browse Source

AP_Scripting: add a hello world example

master
Peter Barker 5 years ago committed by Peter Barker
parent
commit
f6b6aa68ed
  1. 3
      libraries/AP_Scripting/examples/hello_world.lua

3
libraries/AP_Scripting/examples/hello_world.lua

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
-- This script is an example of saying hello
gcs:send_text(0, "hello, world") -- send the traditional message
Loading…
Cancel
Save