Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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 above ner lp commands are simply shortcuts. Feel free to try other platformio 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!

...