PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

library.properties 462B

3 år sedan
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