We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3a7fd commit cd9723fCopy full SHA for cd9723f
Language/Functions/Bits and Bytes/bitWrite.adoc
@@ -52,6 +52,7 @@ Demonstrates the use of bitWrite by printing the value of a variable to the Seri
52
53
54
[source,arduino]
55
+----
56
void setup() {
57
Serial.begin(9600);
58
while (!Serial) {} // wait for serial port to connect. Needed for native USB port only
0 commit comments