FastLED 3.9.15
Loading...
Searching...
No Matches

◆ InitMSGEQ7()

void InitMSGEQ7 ( )

Definition at line 261 of file funky.cpp.

261 {
262 pinMode(MSGEQ7_RESET_PIN, OUTPUT);
263 pinMode(MSGEQ7_STROBE_PIN, OUTPUT);
264 digitalWrite(MSGEQ7_RESET_PIN, LOW);
265 digitalWrite(MSGEQ7_STROBE_PIN, HIGH);
266}
#define MSGEQ7_RESET_PIN
Definition defs.h:21
#define MSGEQ7_STROBE_PIN
Definition defs.h:20

References MSGEQ7_RESET_PIN, and MSGEQ7_STROBE_PIN.

Referenced by InitFunky().

+ Here is the caller graph for this function: