#ifndef __DSP_H__ #define __DSP_H__ #include "pico/stdlib.h" #include "hardware/adc.h" #include "hardware/pwm.h" int dsp_init(); #endif