MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / select

Method select

libraries/PCF8575/PCF8575.cpp:252–257  ·  view source on GitHub ↗

///////////////////////////////////////////// SELECT

Source from the content-addressed store, hash-verified

250// SELECT
251//
252void PCF8575::select(const uint8_t pin)
253{
254 uint16_t n = 0x0000;
255 if (pin < 16) n = 1L << pin;
256 write16(n);
257};
258
259
260void PCF8575::selectN(const uint8_t pin)

Callers 5

readScratchPadMethod · 0.45
beginMethod · 0.45
_readRawMethod · 0.45
readScratchPadMethod · 0.45
setResolutionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected