HighByte()

From Microduino Wiki
Jump to: navigation, search

HighByte()

  • Description

Get the high-bit ( the leftest one) byte of a variable ( for example a word).

  • Syntax

HighByte(x)
  • Parameter

x: value of any types

  • Return

Byte

[Return to Arduino Syntax Manual]