fusion-zauberstab/firmware/include/zauberstab.h
Thomas Schmid 32f3f3c273 add dc_cancelation filter
Signed-off-by: Thomas Schmid <tom@lfence.de>
2022-06-18 11:17:06 +02:00

12 lines
167 B
C

#pragma once
#include <FastLED.h>
#define LED_PIN 12
#define NUM_LEDS 144
#define MIC_PIN 15
extern CRGB leds[NUM_LEDS];
int zauberstab_init();
float get_sample();