MCPcopy Create free account
hub / github.com/Santroller/Santroller / Input

Method Input

include/input/input.hpp:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4{
5public:
6 Input(){}
7 virtual ~Input(){}
8 virtual bool tickDigital() = 0;
9 virtual uint16_t tickAnalog() = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected