...
When Using multiple threads like in an RTOS application, data atomicity is important. If a piece of data is accessed from multiple threads, it is important to use a locking mechanism, like a mutex or semaphore, to make sure that sharing this data is done safely
Explore your tools: We use the dependency command
platformio
. The abovener lp
commands are simply shortcuts. Feel free to try otherplatformio
commands to further test, debug, or learn more about what you are building.
Begin
Ok you know all of the basics, check out Part 1 to get started!
...