Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Ardupilot
GitHub Repository: Ardupilot/ardupilot
Path: blob/master/Tools/Hello/wscript
4234 views
# encoding: utf-8

def build(bld):
    bld.ap_example(
        use='ap',
    )