MCPcopy Create free account
hub / github.com/Makuna/NeoPixelBus / Initialize

Method Initialize

src/internal/methods/P9813GenericMethod.h:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68#if defined(ARDUINO_ARCH_ESP32)
69 void Initialize(int8_t sck, int8_t miso, int8_t mosi, int8_t ss)
70 {
71 _wire.begin(sck, miso, mosi, ss);
72 }
73#endif
74
75 void Initialize()

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected