tino / pyFirmata

Python interface for the Firmata (http://firmata.org/) protocol. It is compliant with Firmata 2.1. Any help with updating to 2.2 is welcome. The Capability Query is implemented, but the Pin State Query feature not yet.
MIT License
575 stars 193 forks source link

Import "pyfirmata" could not be resolved #126

Open ZeSved opened 1 year ago

ZeSved commented 1 year ago

im trying to code an arduino using python instead of C++, however (even afdter following every single step top how to install it on vscode) i get this error "Import "pyfirmata" could not be resolved", how do i fix this and/or do i need to change to the arduino IDE and if so how do i code using python there?