BitRead()

From Microduino Wiki
Jump to: navigation, search

lowByte()

  • Description

Get the low-bit ( the rightest one) byte of a variable.

  • Syntax

lowByte(x)
  • Parameter

x: value of any types

  • Return

Byte

[Return to Arduino Syntax Manual]