hapiel / Acrobot

The Acrobot is a robotic circus performer made by Daniel Simu
http://acrobot.nl/
5 stars 0 forks source link

ads read takes 10ms, make it continuous #25

Open hapiel opened 10 months ago

hapiel commented 10 months ago

Make ads read continuously, because 10ms is 40ms for 4 addresses, that's a long time for blocking the code.

Suggestion:

One thing I could imagine is to just read individual values every.. let's say 50ms (so we have all 4 values after 200ms) and just assume that we get the correct one back if we read it out?