MCPcopy Create free account
hub / github.com/ArduPilot/ArduRemoteID / WebInterface

Class WebInterface

RemoteIDModule/webinterface.h:10–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include "version.h"
9
10class WebInterface {
11public:
12 void init(void);
13 void update(void);
14private:
15 bool initialised = false;
16
17 // first 16 bytes for flashing, skip buffer in updater
18 uint8_t lead_bytes[16];
19 uint8_t lead_len;
20};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected