This website works better with JavaScript.
Home
Explore
Help
Sign In
caixiang
/
PX4-Autopilot
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
1
Branch
0
Tags
502 MiB
C
77.9%
C++
16.2%
Python
1.9%
CMake
1%
Assembly
0.6%
Other
1.6%
Branch:
7-nano-minimal-vtol
7-nano-minimal-vtol
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7-nano-minimal-vtol'
${ noResults }
PX4-Autopilot
/
platforms
/
nuttx
/
NuttX
/
apps
/
examples
/
bastest
/
tests
/
test47.bas
9 lines
107 B
Raw
Permalink
Blame
History
dim
a
(
3
,
4
)
for
i
=
0
to
3
for
j
=
0
to
4
a
(
i
,
j
)
=
i
*
10
+
j
print
a
(
i
,
j
)
;
next
print
next
mat
write
a
Reference in new issue