Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
5
public:
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