We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd3a7fd + cd9723f commit 192ce1dCopy full SHA for 192ce1d
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