Skip to content

AlexsCode/RTOS-DoubleBuffer-ADC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

RTOS-DoubleBuffer-ADC

RTOS Practise Code for Interview.

Using ESP_IDF port of freeRTOS Kernal. The Code allows the user to request average ADC values through a serial task. This reads and writes into a dual buffer setup,which allows for switching between buffers to allow read and write in threadsafe way. Using Mutexs on critical sections and semaphores to signal when the queue is full and to be read.

Example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages