Added Folders

Add all the driver folders
This commit is contained in:
2019-12-13 12:15:30 -06:00
parent 7ea92c19f6
commit 632dcdb3e8
226 changed files with 54771 additions and 0 deletions

10
test/config.txt Normal file
View File

@@ -0,0 +1,10 @@
{
"files": {
"file2": "utilities.py",
"file1": "test.py"
},
"deviceName": "test",
"driverId": "0140",
"releaseVersion": "8",
"driverFileName": "test.py"
}

1
test/test.py Normal file
View File

@@ -0,0 +1 @@
# Test!

1
test/utilities.py Normal file
View File

@@ -0,0 +1 @@
# UTILITIES