Reading Raw Gyro data
Posted: 13 Apr 2021 20:35
I hope to get more accurate gyro angles. With Labview Mindstorms you can do a raw reading to get a value between 0 and 4095 instead of 0 and 360 degrees.
I would like to use GetData_UART to read the raw gyro data, hopefully get a higher resolution.
But I don't know what kind of data is read via GetData_UART(E_Port_1, E_UART_Type_Gyro, E_UART_Mode_GyroAngle);
I get a const void *, but what can I cast this to? That is not clear from the documentation.
I would like to use GetData_UART to read the raw gyro data, hopefully get a higher resolution.
But I don't know what kind of data is read via GetData_UART(E_Port_1, E_UART_Type_Gyro, E_UART_Mode_GyroAngle);
I get a const void *, but what can I cast this to? That is not clear from the documentation.