Skip to content

Educcarreiro/Arduino-Pyfirmata-Training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Arduino-Pyfirmata-Training

Python & Arduino

Instalações necessárias

  • Pyfirmata ( Prompt Conda - pip install pyfirmata)

  • Mediapipe (Prompt Conda - pip install mediapipe)

Devido a atualização do python 3.11.5 ocorre um erro porque o método inspect.getargspec() foi removido no Python 3.5 e substituído por inspect.getfullargspec(). Corrigi isso editando a biblioteca PyFirmata, alterando inspect.getfullargspec() em vez de inspect.getargspec().

About

Python & Arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages