LowByte()

From Microduino Wiki
Revision as of 04:48, 12 August 2016 by Fengfeng (talk) (Created page with "bitRead() *'''Description''' Read the bit of a number. *'''Syntax''' <pre style="color:green"> bitRead(x, n) </pre> *'''Parameter''' X:the number to be read N:the bi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

bitRead()

  • Description

Read the bit of a number.

  • Syntax

bitRead(x, n)
  • Parameter

X:the number to be read N:the bit to be read, and 0 is the lowest valid bit (the rightest)

  • Return

The value of this bit(0 or 1).

[Return to Arduino Syntax Manual]