MCPcopy Create free account
hub / github.com/FastLED/FastLED / init

Function init

src/fastspi_ref.h:35–35  ·  view source on GitHub ↗

initialize the SPI subssytem

Source from the content-addressed store, hash-verified

33
34 /// initialize the SPI subssytem
35 void init() { /* TODO */ }
36
37 /// latch the CS select
38 void inline select() __attribute__((always_inline)) { if(mPSelect != nullptr) { mPSelect->select(); } }

Callers 6

initMethod · 0.70
renderVizFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
FL_TEST_FILEFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected