diff --git a/Code Stuff/Arduino/src/main.cpp b/Code Stuff/Arduino/src/main.cpp new file mode 100644 index 0000000..e55b7e4 --- /dev/null +++ b/Code Stuff/Arduino/src/main.cpp @@ -0,0 +1,8 @@ +#include +void setup() { +// write your initialization code here +} + +void loop() { +// write your code here +} \ No newline at end of file diff --git a/Code Stuff/PiInterface - 2.py b/Code Stuff/PiInterface - 2.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Code Stuff/PiInterface - 2.py diff --git a/Code Stuff/requests b/Code Stuff/requests new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Code Stuff/requests