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

Class Input

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

Source from the content-addressed store, hash-verified

1#pragma once
2#include <stdint.h>
3class Input
4{
5public:
6 Input(){}
7 virtual ~Input(){}
8 virtual bool tickDigital() = 0;
9 virtual uint16_t tickAnalog() = 0;
10 virtual void setup() = 0;
11};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected