在Arduino UNO 裏宣告int 會占用16bit(2byte),若是在Arduino Due 裏宣告int 則會占用32bit(4byte)。 如果使用uint8_t 來宣告變數,只會占用8bit(1byte), ...
確定! 回上一頁