So you need a format code of %lu to print a uint32_t. The following code: #include <Arduino.h> void setup() { uint32_t x=110000; ...
確定! 回上一頁