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

Function Scan_setup

Scan/Infinity_Ergodox/scan_loop.c:49–68  ·  view source on GitHub ↗

Setup

Source from the content-addressed store, hash-verified

47
48// Setup
49inline void Scan_setup()
50{
51 // Setup UART Connect, if Output_Available, this is the master node
52 Connect_setup( Output_Available, 1 );
53
54 // Setup GPIO pins for matrix scanning
55 Matrix_setup();
56
57 // Setup ISSI chip to control the leds
58 LED_setup();
59
60 // Setup the ST/NHD lcd display
61 LCD_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 6

Connect_setupFunction · 0.85
LCD_setupFunction · 0.85
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…