Serial.print as HEX should ALWAYS print 2 chars per byte; it omits leading ... if( d < 0x10){ Serial.print("0");} Serial.print(d,HEX);,.
確定! 回上一頁