BitWrite()

From Microduino Wiki
Revision as of 04:39, 12 August 2016 by Fengfeng (talk) (Created page with "bitWrite() *'''Description''' Write the numerical variable on the bit. *'''Syntax''' <pre style="color:green"> bitWrite(x, n, b) </pre> *'''Parameters''' X:the numeric...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

bitWrite()

  • Description

Write the numerical variable on the bit.

  • Syntax

bitWrite(x, n, b)
  • Parameters

X:the numerical variable to be written N:the bit of the numerical variable, 0 is the lowest (rightest) bit. B:the value to be written to the bit (0 or 1)

  • Return

No

[Return to Arduino Syntax Manual]