Minimize contract, add ADC read and send its data to coonsole
This commit is contained in:
6
esp32/main/sampler_task.h
Normal file
6
esp32/main/sampler_task.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "ringbuf.h"
|
||||
|
||||
void sampler_task_start();
|
||||
ringbuf_t* sampler_get_buffer(); // ← ВОТ ЭТО
|
||||
Reference in New Issue
Block a user