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

Function Scan_poll

Scan/Infinity_60_LED/scan_loop.c:74–81  ·  view source on GitHub ↗

Main Poll Loop This is for operations that need to be run as often as possible Usually reserved for LED update routines and other things that need quick update rates

Source from the content-addressed store, hash-verified

72// This is for operations that need to be run as often as possible
73// Usually reserved for LED update routines and other things that need quick update rates
74void Scan_poll()
75{
76 // Prepare any LED events
77 Pixel_process();
78
79 // Process any LED events
80 LED_scan();
81}
82
83
84// Main Periodic Scan

Callers

nothing calls this directly

Calls 2

Pixel_processFunction · 0.85
LED_scanFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…