diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..26d3352
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,3 @@
+# Default ignored files
+/shelf/
+/workspace.xml
diff --git a/.idea/Python-PS2000B.iml b/.idea/Python-PS2000B.iml
new file mode 100644
index 0000000..653cec9
--- /dev/null
+++ b/.idea/Python-PS2000B.iml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 0000000..105ce2d
--- /dev/null
+++ b/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..5ea737b
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..c9101a8
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Arduino/__pycache__/__init__.cpython-37.pyc b/Arduino/__pycache__/__init__.cpython-37.pyc
new file mode 100644
index 0000000..54e3e92
Binary files /dev/null and b/Arduino/__pycache__/__init__.cpython-37.pyc differ
diff --git a/Arduino/__pycache__/arduino.cpython-37.pyc b/Arduino/__pycache__/arduino.cpython-37.pyc
new file mode 100644
index 0000000..2c9276e
Binary files /dev/null and b/Arduino/__pycache__/arduino.cpython-37.pyc differ
diff --git a/__pycache__/cage_func.cpython-37.pyc b/__pycache__/cage_func.cpython-37.pyc
new file mode 100644
index 0000000..5bff8a8
Binary files /dev/null and b/__pycache__/cage_func.cpython-37.pyc differ
diff --git a/__pycache__/globals.cpython-37.pyc b/__pycache__/globals.cpython-37.pyc
new file mode 100644
index 0000000..0005d07
Binary files /dev/null and b/__pycache__/globals.cpython-37.pyc differ
diff --git a/__pycache__/main.cpython-37.pyc b/__pycache__/main.cpython-37.pyc
new file mode 100644
index 0000000..55b51fd
Binary files /dev/null and b/__pycache__/main.cpython-37.pyc differ
diff --git a/pyps2000b/__pycache__/PS2000B.cpython-37.pyc b/pyps2000b/__pycache__/PS2000B.cpython-37.pyc
new file mode 100644
index 0000000..ff2201f
Binary files /dev/null and b/pyps2000b/__pycache__/PS2000B.cpython-37.pyc differ
diff --git a/pyps2000b/__pycache__/__init__.cpython-37.pyc b/pyps2000b/__pycache__/__init__.cpython-37.pyc
new file mode 100644
index 0000000..a933847
Binary files /dev/null and b/pyps2000b/__pycache__/__init__.cpython-37.pyc differ