BitRead()

From Microduino Wiki
Revision as of 04:42, 12 August 2016 by Fengfeng (talk) (Created page with "lowByte() *'''Description''' Get the low-bit ( the rightest one) byte of a variable. *'''Syntax''' <pre style="color:green"> lowByte(x) </pre> *'''Parameter''' x: value of...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]