Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 466 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 466 Bytes

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().