Add files via upload
This commit is contained in:
parent
64c6352265
commit
35131ba393
90 changed files with 1738 additions and 0 deletions
10
Examples/Location/location.bas
Normal file
10
Examples/Location/location.bas
Normal file
|
@ -0,0 +1,10 @@
|
|||
SUB MAIN
|
||||
IF (IsLocationAvailable()) THEN
|
||||
WHILE (TRUE)
|
||||
PRINT GETALTITUDE(),GETLATITUDE(),GETLONGITUDE()
|
||||
SLEEP 1000
|
||||
END WHILE
|
||||
ELSE
|
||||
PRINT "Location is not available"
|
||||
END IF
|
||||
END SUB
|
Loading…
Add table
Add a link
Reference in a new issue