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

Function Scan_setup

Scan/Infinity_60_LED/scan_loop.c:55–68  ·  view source on GitHub ↗

Setup

Source from the content-addressed store, hash-verified

53
54// Setup
55inline void Scan_setup()
56{
57 // Setup GPIO pins for matrix scanning
58 Matrix_setup();
59
60 // Setup ISSI chip to control the leds
61 LED_setup();
62
63 // Setup Pixel Map
64 Pixel_setup();
65
66 // Start Matrix Scanner
67 Matrix_start();
68}
69
70
71// Main Poll Loop

Callers

nothing calls this directly

Calls 4

Pixel_setupFunction · 0.85
Matrix_startFunction · 0.85
Matrix_setupFunction · 0.50
LED_setupFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…