MCPcopy Create free account
hub / github.com/LennartHennigs/Button2 / getSimulatedPin37State

Function getSimulatedPin37State

test/test_multiple/test_multiple.cpp:51–53  ·  view source on GitHub ↗

Custom state functions for each pin

Source from the content-addressed store, hash-verified

49
50// Custom state functions for each pin
51uint8_t getSimulatedPin37State() {
52 return simulatedPin37State;
53}
54
55uint8_t getSimulatedPin38State() {
56 return simulatedPin38State;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected