long time consuming process in main loop()
Hi,
I would like to get the values from a digital sensor DHT connected to A0 pin. I want to perfom this in the Arducopter main loop: certainly I will implement it in fast_loop() every 2 seconds (using a counter: fast-loop is 100Hz so every 200 fast_l
Read more…