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

Function getSimulatedPin39State

test/test_multiple/test_multiple.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59uint8_t getSimulatedPin39State() {
60 return simulatedPin39State;
61}
62
63// Helper to initialize button with specific pin and state function
64Button2 createTestButton(uint8_t pin, uint8_t (*stateFunction)(), uint8_t* stateVar) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected