first time using github
I have no idea what i'm doing
but at least i was able to upload or create some files
upload arduinoWithPython.ino to any arduino board you want to use (can also be esp32 boards)
create an instance of Controller class in arduinoController.py to start using arduino with python
### available functionalities
* digitalWrite
* analogWrite
* digitalRead
* analogRead
..to be added....