I was curious if there is a way to implement resampling of the sensor outputs in pydongui? I use delta values between current and previous sensor value a lot, and I frequently get stuck values if there is a poor connection or if the sensors stop outputting data for a little while or if they decide to run out of battery etc... This tends to trigger unwanted events. For this it would be really useful to have a stream of data that would happen at a regular interval of fx 20 hz., even if this means a lot of identical bytes flying through my computer...
Obviously I could do this client-side in sc, but I would prefer to have it happen out of sight.