What's the response time of the nanomachines/how fast do they poll? I'm trying to write a program that has a polling event and inside the callback it switches on a few inputs but it seems like most of the time the setInput command is getting ignored. If I slow the program down some the first input gets picked up but the second gets ignored. I have a feeling that I'm flooding the buffer of the nanomachines, but the polling event is only running at one second. Does anyone have any suggestions?