Resolved! Cosmic STM8 sprintf
Posted on September 26, 2017 at 23:49Hello all!I'm using stvd and Cosmic (free) C compiler and I'm having issues with a simple statement. I'm using sprintf to conver two uint8_t to string but it always do it wrong. uint8_t u8Hours = 22, u8Minutes = ...