#timerevent #trap
GPSD time will jump back 1024 weeks at after week=2180 (23-October-2021)
https://gitlab.com/gpsd/gpsd/-/issues/144
GPSD time will jump back 1024 weeks at after week=2180 (23-October-2021) (#144) · Issues · gpsd / gpsd

I just discovered a lurking problem in the timebase.c module in all of the branches for releases >=3.20: In gpsd_gpstime_resolv():

GitLab
How to get current system time - Godot Engine - Q&A

Hi, I am new to GDScript. Been trying to look at the API but I don't seem to find anything related to date and time. How do I get the system time?

#debug #timerEvent
4時間に一回だけポイントを足すソフト
長期動作もの

Emulatorで加速動作するものを作れば加速試験はできなくもない
低優先度でリストには置いておくか

#todo7of9

#debug #tool #timerEvent
https://www.timeanddate.com/timer/

これは複数のタイマーを使えそうだな

Online Timer

Timer online with alarm. Create one or multiple timers and start them in any order.

#timerevent #Arduino
Arduino > delayMicroseconds() > 16383マイクロ秒以内の値を指定したとき、正確に動作します
https://qiita.com/7of9/items/bb1df0cf748892c01ca5
Arduino > delayMicroseconds() > 16383マイクロ秒以内の値を指定したとき、正確に動作します - Qiita

現在の仕様では、16383マイクロ秒以内の値を指定したとき、正確に動作します Currently, the largest value that will produce an accurate delay is 16...

#timerevent #Arduino
Aruduino > [調査中] 1MHzのクロックを出す方法 > delayMicroseconds() / Digital write takes about 4us / PORTB: なし / GPOS / GPOC
https://qiita.com/7of9/items/c55023a4af15b83ac7e3
Aruduino > [調査中] 1MHzのクロックを出す方法 > delayMicroseconds() / Digital write takes about 4us / PORTB: なし / GPOS / GPOC - Qiita

チャージポンプ(負電圧)がきっかけで調べ初めたこと。 1MHzのクロックをESP8266でどう出力するのか。 link1 「ファンクションジェネレーターが壊れて困っている。Arduinoで50%のDuty比で1MHzを出したい...

#timerevent
経過時間を測定して、残り時間をdelayする
という実装も見る

#Arduino #timerEvent
Arduinoで一定の単位時間(フレーム)ごとに処理を進める
https://qiita.com/Ninagawa_Izumi/items/f8585c5c711bcf065656

将来のための記録として

Arduinoで一定の単位時間(フレーム)ごとに処理を進める - Qiita

たとえば10ms周期で処理を制御したいけど、割り込み処理が使えない時 やること ロボットの制御などで10ms単位で処理を進めたい時があります。 割り込み処理を使うのも手ですが、I2Cと割り込み処理の同居はそのままではできません...

多軸ロボットや工作機械におけるタイミングの問題を解決する | アナログ・デバイセズ

> エンジニアは10分間に1回はキレる

cron

0,10,20,30,40,50 * * * * キレる

#cron #timerEvent
https://qiita.com/katsukii/items/d5f90a6e4592d1414f99

クーロン(cron)をさわってみるお - Qiita

まずは確認してみよう crondが起動しているかどうか確認 $ service crond status //または $ /etc/rc.d/init.d/crond status 以下が表示されたらOK。 crond ...