Simple non-blocking timer library for calling functions in / at / every specified units of time. Supports millis, micros, time rollover, and compile time configurable number of tasks.
このライブラリはArduino UNO R4のGPTタイマーを使ったプログラミングを簡単にするよう作られています。 GPTタイマーの基本的な設定と、タイマー割り込みの登録および割り込みサービスからの復帰のための関数を提供します。 This library is designed to simplify GPT ...