Word()

From Microduino Wiki
Jump to: navigation, search

word()

  • Description

Convert a value to word, or create a character via two bytes.

  • Syntax
word(x)
word(h, l)

Parameters

  • X:any type of value
  • H:high-order(the left-most)byte
  • L:low-order(the right-most)byte

Return

  • Character

[Return to Arduino Syntax Manual]