Skip to content

Commit 192ce1d

Browse files
authored
Merge pull request #592 from per1234/fix-bitwrite-example-markup
Fix markup of bitWrite() example
2 parents cd3a7fd + cd9723f commit 192ce1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Language/Functions/Bits and Bytes/bitWrite.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Demonstrates the use of bitWrite by printing the value of a variable to the Seri
5252

5353

5454
[source,arduino]
55+
----
5556
void setup() {
5657
Serial.begin(9600);
5758
while (!Serial) {} // wait for serial port to connect. Needed for native USB port only

0 commit comments

Comments
 (0)