2022-06-17 03:31:17 +02:00
|
|
|
#pragma once
|
|
|
|
|
2022-06-19 14:07:40 +02:00
|
|
|
#include "Arduino.h"
|
2022-06-17 03:31:17 +02:00
|
|
|
#include <FastLED.h>
|
|
|
|
|
|
|
|
#define LED_PIN 12
|
|
|
|
#define NUM_LEDS 144
|
|
|
|
#define MIC_PIN 15
|
|
|
|
|
|
|
|
extern CRGB leds[NUM_LEDS];
|
|
|
|
|
|
|
|
int zauberstab_init();
|
2022-06-18 11:16:07 +02:00
|
|
|
float get_sample();
|