lowByte()

描述

擷取一個變數中的低位元組 (例如一個 word 中最右邊的位元組)。

語法


lowByte(x)

參數

x: 一個任意型別的數值

回傳

byte

See also

highByte()
word()


語法參考主頁面

本頁由熱血青年 LBU 譯自英文版。

The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.