mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
3158cafefd
This commit includes an example program to run the code of AP_Marvelmind class. It also includes a dump from the marvelmind serial as well as a script that injects this dump into the example for demonstration.
8 lines
101 B
Python
8 lines
101 B
Python
#!/usr/bin/env python
|
|
# encoding: utf-8
|
|
|
|
def build(bld):
|
|
bld.ap_example(
|
|
use='ap',
|
|
)
|