For example, if you have uint32_t val = 9177025; , you intend to print 008C07C1 . In Arduino you can do that using Serial.printf() with %08x ...
確定! 回上一頁