Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 561 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 561 Bytes

first time using github
I have no idea what i'm doing
but at least i was able to upload or create some files

How to use

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

you'll have a better idea of how to use this thing seeing example.py

### available functionalities
* digitalWrite
* analogWrite
* digitalRead
* analogRead

..to be added....