mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 23:48:31 -04:00
7 lines
106 B
Plaintext
7 lines
106 B
Plaintext
int32 x = 123
|
|
int32 y = 234
|
|
int32 z = 345
|
|
float32 a= 1.0
|
|
float32 b= 2.0
|
|
float32 pi = 3.14159
|