فهرست منبع

v3.1.0 (updated) - feature: added 4 cpu load monitoring methods for _TASK_TIMECRITICAL compilation option

Anatoli Arkhipenko 6 سال پیش
والد
کامیت
c00d9cdcab
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      examples/Scheduler_example24_CPU_LOAD/Scheduler_example24_CPU_LOAD.ino

+ 1 - 1
examples/Scheduler_example24_CPU_LOAD/Scheduler_example24_CPU_LOAD.ino

@@ -8,7 +8,7 @@
    Compare the results.
    Compare the results.
 */
 */
 
 
-//#define _TASK_SLEEP_ON_IDLE_RUN
+#define _TASK_SLEEP_ON_IDLE_RUN
 #define _TASK_TIMECRITICAL
 #define _TASK_TIMECRITICAL
 #include <TaskScheduler.h>
 #include <TaskScheduler.h>