MCPcopy Create free account
hub / github.com/kiibohd/controller / Scan_setup

Function Scan_setup

Scan/Infinity_60/scan_loop.c:64–74  ·  view source on GitHub ↗

Setup

Source from the content-addressed store, hash-verified

62
63// Setup
64inline void Scan_setup()
65{
66 // Register Scan CLI dictionary
67 CLI_registerDictionary( scanCLIDict, scanCLIDictName );
68
69 // Setup GPIO pins for matrix scanning
70 Matrix_setup();
71
72 // Start Matrix Scanner
73 Matrix_start();
74}
75
76
77// Main Poll Loop

Callers

nothing calls this directly

Calls 3

CLI_registerDictionaryFunction · 0.85
Matrix_startFunction · 0.85
Matrix_setupFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…