STM32F4, Could I extend a string with sensor value?
Posted on March 25, 2015 at 07:03Thank for your look and help. I want to send a string ''&sharp1250♯'', and the 1250 is the sensor value. So I do some try. uint16_t ch=1250; uint16_t Value[4]; char str[10] = ''♯''; ...