Question
Passing float value to UART buffer ?
Dear Members,
How can I pass float value from RPM to UART buffer
float ==> (uint8_t*)&aTxBuffer8 ?
(uint8_t*)&aTxBuffer8 = snprintf(str_rpm,sizeof(str_rpm),"%f",rpm);?
Thanks
Dear Members,
How can I pass float value from RPM to UART buffer
float ==> (uint8_t*)&aTxBuffer8 ?
(uint8_t*)&aTxBuffer8 = snprintf(str_rpm,sizeof(str_rpm),"%f",rpm);?
Thanks
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.