]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Add missing eol of line to files. I have recently discovered that when using VScode...
authorRyan L <ryestar101@gmail.com>
Sun, 9 Oct 2022 20:14:56 +0000 (21:14 +0100)
committerRyan L <ryestar101@gmail.com>
Sun, 9 Oct 2022 20:14:56 +0000 (21:14 +0100)
src/adafruit_blinka/board/linksprite/pcduino2.py
src/adafruit_blinka/board/linksprite/pcduino3.py
src/adafruit_blinka/microcontroller/allwinner/a10/__init__.py
src/adafruit_blinka/microcontroller/allwinner/a10/pin.py

index d752f19ec8bf949ee5e7e5734ccb2a47e681304d..908844da1d0c13bdf27c266e95d4e818b60e1786 100644 (file)
@@ -60,4 +60,4 @@ PWM1 = D6
 #Misc
 BACK_SW = pin.PH17 #Three buttons featured on the board
 HOME_SW = pin.PH18
-MENU_SW = pin.PH19
\ No newline at end of file
+MENU_SW = pin.PH19
index cb08490bbdc652ace85238f4b8ed926b48413195..1c7127591ef5c35a8badc3f3f972c3a74ab816e7 100644 (file)
@@ -62,4 +62,4 @@ PWM1 = D6
 #Misc
 BACK_SW = pin.PH17 #Three buttons featured on the board
 HOME_SW = pin.PH18
-MENU_SW = pin.PH19
\ No newline at end of file
+MENU_SW = pin.PH19
index 636cc0c5b0ea9b28b97b92cb4a3c22125cf866d8..24786e4647818611272e33784faac27f7fdc06a9 100644 (file)
@@ -1 +1 @@
-"""Definition for the AllWinner A10 chip"""
\ No newline at end of file
+"""Definition for the AllWinner A10 chip"""
index 12b07b9d7abda62f229a879e91446bc2ee2ba441..b4c3f47024a107617b7a5c35943f9624dc603447 100644 (file)
@@ -81,4 +81,4 @@ analogIns = ((XP_TP, 0, 0),
              (XN_TP, 0, 1),
              (YP_TP, 0, 2),
              (YN_TP, 0, 3),
-)
\ No newline at end of file
+)