MCPcopy Index your code
hub / github.com/crosspoint-reader/crosspoint-reader / begin

Method begin

lib/hal/HalGPIO.cpp:193–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191} // namespace
192
193void HalGPIO::begin() {
194 inputMgr.begin();
195 SPI.begin(EPD_SCLK, SPI_MISO, EPD_MOSI, EPD_CS);
196
197 _deviceType = detectDeviceTypeWithFingerprint();
198
199 if (deviceIsX4()) {
200 pinMode(BAT_GPIO0, INPUT);
201 pinMode(UART0_RXD, INPUT);
202 }
203}
204
205void HalGPIO::update() {
206 inputMgr.update();

Callers 10

runX3ProbePassFunction · 0.45
readNvsDeviceValueFunction · 0.45
writeNvsDeviceValueFunction · 0.45
fillUncompressedSizesMethod · 0.45
getMd5PasswordMethod · 0.45
calculateFromFilenameMethod · 0.45
calculateMethod · 0.45
positionsToHyphenatedFunction · 0.45
evaluateWordFunction · 0.45
runLanguageEvalFunction · 0.45

Calls 1

Tested by 3

positionsToHyphenatedFunction · 0.36
evaluateWordFunction · 0.36
runLanguageEvalFunction · 0.36