MCPcopy Create free account
hub / github.com/SmingHub/Sming / sayHello

Function sayHello

samples/Basic_NFC/app/application.cpp:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15void scanNfc(uint8_t scanner);
16
17void sayHello()
18{
19 for(auto pin : ss_pin) {
20 mfrc522.setControlPins(pin, pin);
21 mfrc522.PCD_Init();
22 scanNfc(pin);
23 }
24}
25
26void scanNfc(uint8_t scannerPin)
27{

Callers

nothing calls this directly

Calls 3

scanNfcFunction · 0.85
setControlPinsMethod · 0.80
PCD_InitMethod · 0.80

Tested by

no test coverage detected