Phildem / Cath

Simple cooperative multitask helper for Arduino
GNU General Public License v3.0
8 stars 3 forks source link

modification de la fréquence des appels #5

Closed moolight-seashell closed 1 year ago

moolight-seashell commented 1 year ago

hello petit idée j'ai ajouter ca a cath, ca peut etre pas mal d'avoir ca a voir si tu veut l'intégrer ou un équivalent dans cath ou non


  //..............................................................
  // not from original cath library
  // allow to chancge call period using the task index in S_CathTasks
  // with task index n : the n ieme task that have called S_Register
  // task index start with 0
  static void S_change_period(uint8_t task,CathCnt new_period){
    Cath::S_CathTasks[task]->m_LoopDelay = new_period;
  }
Phildem commented 1 year ago

Hello, merci pour la contribution, en effet cela peut être utile dans certains cas.