MCPcopy Create free account
hub / github.com/ArduPilot/ardupilot / setup

Function setup

libraries/AP_Module/examples/ModuleTest/ModuleTest.cpp:35–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33static AP_AHRS ahrs{};
34
35void setup(void)
36{
37 serial_manager.init();
38 ins.init(100);
39 baro.init();
40 ahrs.init();
41
42 gps.init();
43}
44
45void loop(void)
46{

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected