MCPcopy Create free account
hub / github.com/bdring/FluidNC / PinMap

Method PinMap

FluidNC/src/PinMapper.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 Pin* _mapping[N_PIN_MAPPINGS];
41
42 PinMap() {
43 for (pinnum_t i = 0; i < N_PIN_MAPPINGS; ++i) {
44 _mapping[i] = nullptr;
45 }
46 }
47
48 pinnum_t Claim(Pin* pin) {
49 for (pinnum_t i = 0; i < N_PIN_MAPPINGS; ++i) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected