Skip to content

Commit

Permalink
Move source files for ThreadSafeQueue to correct directories
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Mar 31, 2024
1 parent 6940418 commit 58efd9e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Empty file added lib/ThreadSafeQueue/README.md
Empty file.
13 changes: 13 additions & 0 deletions lib/ThreadSafeQueue/library.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
File renamed without changes.

0 comments on commit 58efd9e

Please sign in to comment.