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

(python 3.x) ImportError: no know parent package #125

Open thYi opened 1 year ago

thYi commented 1 year ago

"from .util import pin_list_to_board_dict, to_two_bytes, two_byte_iter_to_str"

in pyfirmata.py line 8

change to below

from pyfirmata.util import pin ~~