Anatoli Arkhipenko 8 лет назад
Родитель
Сommit
d1ebd5661c
4 измененных файлов с 4 добавлено и 2 удалено
  1. 1 0
      README
  2. 1 0
      README.md
  3. 1 1
      library.json
  4. 1 1
      library.properties

+ 1 - 0
README

@@ -25,6 +25,7 @@ Tested on the following microcontrollers:
  - Arduino Micro
  - ATtiny85
  - ESP8266 (Node MCU v2.0)
+ - Teensy (tested on Teensy 3.6)
 
 For detailed functionality overview please refer to TaskScheduler documentation in the 'extras' folder.
 =======================================================================================================

+ 1 - 0
README.md

@@ -23,6 +23,7 @@ Scheduling overhead: between `15` and `18` microseconds per scheduling pass (Ard
 * Arduino Micro  
 * ATtiny85  
 * ESP8266 (Node MCU v2.0)  
+* Teensy (tested on Teensy 3.6)
 ---
 ### [Changelog:](https://github.com/arkhipenko/TaskScheduler/wiki/Changelog)
 Version|Version 1|Version 2

+ 1 - 1
library.json

@@ -16,7 +16,7 @@
       "maintainer": true
     }
   ],
-  "version": "2.5.0",
+  "version": "2.5.1",
   "frameworks": "arduino",
   "platforms": "*"
 }

+ 1 - 1
library.properties

@@ -1,5 +1,5 @@
 name=TaskScheduler
-version=2.5.0
+version=2.5.1
 author=Anatoli Arkhipenko <arkhipenko@hotmail.com>
 maintainer=Anatoli Arkhipenko <arkhipenko@hotmail.com>
 sentence=A light-weight cooperative multitasking library for arduino and esp8266 microcontrollers.