You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Language/Functions/Bits and Bytes/bitWrite.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Nichts
50
50
Demonstriert die Verwendung von `bitWrite`, indem der Wert einer Variablen vor und nach der Verwendung von `bitWrite()` auf dem seriellen Monitor geschrieben wird.
51
51
52
52
[source,arduino]
53
-
53
+
----
54
54
void setup() {
55
55
Serial.begin(9600);
56
56
while (!Serial) {} // Warten, bis die serielle Schnittstelle verbunden ist. Wird nur für den nativen USB-Anschluss benötigt
0 commit comments