Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9efc0e5

Browse files
Merge pull request #960 from arduino/karlsoderby/bitwrite-fix
Update bitWrite.adoc
2 parents fc36032 + 817b234 commit 9efc0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Language/Functions/Bits and Bytes/bitWrite.adoc‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ subCategories: [ "Bits and Bytes" ]
1717

1818
[float]
1919
=== Description
20-
Writes to a bit of a variable, e.g. `bool`, `int`, `long`. Note that `float` & `double` are not supported. You can write to a bit of variables up to an `unsigned long` (32 bits / 8 bytes).
20+
Writes to a bit of a variable, e.g. `bool`, `int`, `long`. Note that `float` & `double` are not supported. You can write to a bit of variables up to an `unsigned long` (32 bits / 4 bytes).
2121
[%hardbreaks]
2222

2323

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /