7 lines
121 B
C
7 lines
121 B
C
#pragma once
|
|
|
|
#include "ringbuf.h"
|
|
|
|
void sampler_task_start();
|
|
ringbuf_t* sampler_get_buffer();
|
|
void sampler_task_stop(); |