Browse Source

Kommentar Hinzugefügt

Paula 1 year ago
parent
commit
ba86dc9872
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Distanzsensoren_auswerten/Distanzsensoren_auswerten.ino

+ 4 - 0
Distanzsensoren_auswerten/Distanzsensoren_auswerten.ino

@@ -2,6 +2,10 @@
 #include <PPMReader.h>
 #include <PPMReader.h>
 #include <drivers/PwmOut.h>
 #include <drivers/PwmOut.h>
 
 
+//git add -A
+//git commit
+//git push origin master
+
 // Initialize a PPMReader on digital pin 3 with 6 expected channels.
 // Initialize a PPMReader on digital pin 3 with 6 expected channels.
 byte interruptPin = 11;
 byte interruptPin = 11;
 byte channelAmount = 8;
 byte channelAmount = 8;