| 1 | #include "input/fixed.hpp" |
| 2 | |
| 3 | FixedInput::FixedInput(proto_FixedInput input) : m_input(input) |
| 4 | { |
| 5 | setup(); |
| 6 | } |
| 7 | void FixedInput::setup(){} |
| 8 | bool FixedInput::tickDigital() |
| 9 | { |
nothing calls this directly
no outgoing calls
no test coverage detected