PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910
  1. name=TeensyThreads
  2. version=1.0.1
  3. author=Fernando Trias
  4. maintainer=Fernando Trias
  5. sentence=Pre-emptive threads for the Teensy 3 and 4 platform from PJRC.
  6. paragraph=Threads allows two or more functions to appear to run simultanously with minimal changes to the code. This library supports threading directly (without needing RTOS install) by adding an "#include".
  7. category=Other
  8. url=https://github.com/ftrias/TeensyThreads
  9. architectures=*
  10. includes=TeensyThreads.h