fusion-zauberstab/firmware/include/zauberstab.h
Thomas Schmid 0ec232f1af first draft of esp32 firmware
Signed-off-by: Thomas Schmid <tom@binary-kitchen.de>
2022-06-17 03:31:17 +02:00

12 lines
169 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();
int32_t get_sample();