mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-12 09:51:18 +01:00
Move source files for ThreadSafeQueue to correct directories
This commit is contained in:
0
lib/ThreadSafeQueue/README.md
Normal file
0
lib/ThreadSafeQueue/README.md
Normal file
13
lib/ThreadSafeQueue/library.json
Normal file
13
lib/ThreadSafeQueue/library.json
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"name": "ThreadSafeQueue",
|
||||||
|
"keywords": "queue, threadsafe",
|
||||||
|
"description": "An Arduino for ESP32 thread safe queue implementation",
|
||||||
|
"authors": {
|
||||||
|
"name": "Thomas Basler"
|
||||||
|
},
|
||||||
|
"version": "0.0.1",
|
||||||
|
"frameworks": "arduino",
|
||||||
|
"platforms": [
|
||||||
|
"espressif32"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user