TorstenRobitzki / bluetoe

C++ Framework to build Bluetooth LE Server (GATT)
MIT License
142 stars 29 forks source link

[nrf52]use of std::atomic #92

Open TorstenRobitzki opened 2 years ago

TorstenRobitzki commented 2 years ago

the nrf52 implementation relies on volatile variables, with should be easily replaceable by std::atomic<>s.