pymata_aio.pymata_aio.pymata3.PyMata3:
This class exposes and implements a proxy API for the pymata_core
asyncio API, If your application does not use asyncio directly,
this is the API that you should use..
pymata_aio.pymata_aio.pymata_core.PymataCore:
This class exposes and implements the pymata_core asyncio API, It
includes the public API methods as well as a set of private
methods.
pymata_aio.pymata_aio.pymata_serial.PymataSerial:
This class encapsulates management of the serial port that
communicates with the Arduino Firmata It provides a 'futures'
interface to make Pyserial compatible with asyncio