How to log arrays
Posted: Mon Oct 28, 2019 12:35 pm
Hello, I've seen here https://github.com/bitcraze/crazyflie-f ... .h#L54-L62 that you can only log ints or floats.
We have a sensor that sends many measurements so we wanted to know whether there's a convenient way to send them all in one array (or something similar) instead of having a lot of `LOG_ADD`s.
Thanks!
We have a sensor that sends many measurements so we wanted to know whether there's a convenient way to send them all in one array (or something similar) instead of having a lot of `LOG_ADD`s.
Thanks!