| 4 | #include "stdio.h" |
| 5 | |
| 6 | AccelerometerInput::AccelerometerInput(proto_AccelerometerInput input, std::shared_ptr<AccelerometerDevice> device) : m_input(input), m_device(device) |
| 7 | { |
| 8 | } |
| 9 | bool AccelerometerInput::tickDigital() |
| 10 | { |
| 11 | return false; |
nothing calls this directly
no outgoing calls
no test coverage detected