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

Method AccelerometerInput

src/input/accelerometer.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "stdio.h"
5
6AccelerometerInput::AccelerometerInput(proto_AccelerometerInput input, std::shared_ptr<AccelerometerDevice> device) : m_input(input), m_device(device)
7{
8}
9bool AccelerometerInput::tickDigital()
10{
11 return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected