You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to have a read digital that emitted a message when one or more of the digital inputs changed. When trying to react quickly to inputs (poling ever 10ms) the cpu load is very high.
The text was updated successfully, but these errors were encountered:
I had a go at geting the data faster and using less cpu - it's a little faster but far less cpu.
I realised reading the data via the SPI connection will be the limiting speed factor. example.zip
This is my first attemp at writing a node red package so it's basic.
Would it be possible to have a read digital that emitted a message when one or more of the digital inputs changed. When trying to react quickly to inputs (poling ever 10ms) the cpu load is very high.
The text was updated successfully, but these errors were encountered: