uSDR-pico/dsp.h

12 wiersze
140 B
C

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