Search found 1 match

by Logway
Tue Jul 31, 2018 1:24 pm
Forum: ESP32 Arduino
Topic: thread safe „getter“ function with rtos
Replies: 0
Views: 2668

thread safe „getter“ function with rtos

Hi Guys,
I need your help.
How can i make a thread safe „getter“ function with rtos?
Could you help me with this code?


// file Name: Manager.hpp
#ifndef MANAGER_H_
#define MANAGER_H_

#define CC_ARRAY_WIDTH 2000

#include <Arduino.h>
#include <array>

namespace testExclusive{
class Manager ...

Go to advanced search