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

Class FixedInput

include/input/fixed.hpp:4–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "input.pb.h"
3#pragma once
4class FixedInput: public Input {
5 public:
6 FixedInput(proto_FixedInput input);
7 bool tickDigital();
8 uint16_t tickAnalog();
9 void setup();
10 private:
11 proto_FixedInput m_input;
12};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected