PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

10 rindas
508B

  1. DmxSimple v3 release:
  2. Changes from v2 to v3:
  3. Optimised interrupt routine now supports serial baud rates up to 115200.
  4. DMX output pin can be changed with the DmxSimple.usePin() function.
  5. Automatic support for future clock rates and pin mappings.
  6. Syntax highlighting in Arduino editor fixed.
  7. More comments added to FadeUp and SerialToDmx examples
  8. FadeUp example now demonstrates all DmxSimple functions.
  9. Release notes file added. (For older revisions, see SVN log on Google Code)