PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

hace 3 años
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