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

Method FixedInput

src/input/fixed.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "input/fixed.hpp"
2
3FixedInput::FixedInput(proto_FixedInput input) : m_input(input)
4{
5 setup();
6}
7void FixedInput::setup(){}
8bool FixedInput::tickDigital()
9{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected