Skip to content

Commit fe780d6

Browse files
authored
Merge pull request arduino#910 from BloodyNewbie/patch-1
Update bit.adoc with allowed range of n
2 parents a9209ad + 017eec0 commit fe780d6

File tree

1 file changed

+1
-1
lines changed
  • Language/Functions/Bits and Bytes

1 file changed

+1
-1
lines changed

Language/Functions/Bits and Bytes/bit.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Computes the value of the specified bit (bit 0 is 1, bit 1 is 2, bit 2 is 4, etc
2828

2929
[float]
3030
=== Parameters
31-
`n`: the bit whose value to compute
31+
`n`: the bit whose value to compute. Note that `n` needs to be between 0-31 (32 bit).
3232

3333

3434
[float]

0 commit comments

Comments
 (0)