Hello!
I started building a simple project in MBed OS 15 on my STM WB55 board and when I’m using ADC to read values from my sensor with example code printf funtion that’s supposed to print my return from ain.read_voltage() and ain.read() don’t do anything. ain.read_u16() on the other hand gives out some values…
Here is the screenshot of the problem:
What might be the problem? Why is just printing “%f” like it’s not format specifier.