linguini1 commented on PR #17408:
URL: https://github.com/apache/nuttx/pull/17408#issuecomment-3961327886

   One more thing about this; we should investigate if b16 is ever too small 
for a sensor's resolution. I would imagine `float` might have this same problem 
when compared to `double` for high-resolution sensors, but if there are any 
values that would fit in float and not b16, we should consider:
   
   a) having those sensors depend on the float representation, so users can 
only use them with floats
   b) allowing the user to choose b16 vs b32 (and maybe also float vs double)?
   
   What do you think?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to