Hi all,
have anyone tried to use threading in Teensy3? Specifically a library called protothreads?
I am trying to make a program that integrates IMU and GPS data. The GPS has an update rate of 5Hz and the IMU 200Hz, so for me threading seems to be a great solution, although I am opened to other suggestions. The sensors data is then used by a control algorithm.
Thanks,
Pedro
have anyone tried to use threading in Teensy3? Specifically a library called protothreads?
I am trying to make a program that integrates IMU and GPS data. The GPS has an update rate of 5Hz and the IMU 200Hz, so for me threading seems to be a great solution, although I am opened to other suggestions. The sensors data is then used by a control algorithm.
Thanks,
Pedro