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

Method MatrixInput

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

Source from the content-addressed store, hash-verified

4#include "stdio.h"
5
6MatrixInput::MatrixInput(proto_MatrixInput input, std::shared_ptr<MatrixDevice> device) : m_input(input), m_device(device)
7{
8}
9bool MatrixInput::tickDigital()
10{
11 if (m_input.pin == -1 || m_input.outputPin == -1)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected