Skip to content

Commit

Permalink
0729 Remove unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
orange2120 committed Jul 28, 2018
1 parent 200f0f1 commit bf86935
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 21 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#MS VS code dir
.vscode
.vscode/

#Visual Studio temp file
*.cache
*.manifest

#Exec
*.exe
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

17 changes: 0 additions & 17 deletions .vscode/tasks.json

This file was deleted.

1 change: 1 addition & 0 deletions ArduinoCarArm.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def cmd_handler(arg):
ser.write(switcher.get(arg))
#return switcher.get(arg, "\n")

#Courtesy by Thomas @ https://stackoverflow.com/questions/12090503/listing-available-com-ports-with-python
def get_serial_ports():
""" Lists serial port names
Expand Down
Binary file removed ArduinoRemoteCar/bin/Debug/ArduinoCarArm.exe
Binary file not shown.
Binary file removed ArduinoRemoteCar/bin/Debug/ArduinoCarArm.vshost.exe
Binary file not shown.
Binary file removed ArduinoRemoteCar/obj/x86/Debug/ArduinoCarArm.exe
Binary file not shown.

0 comments on commit bf86935

Please sign in to comment.