MrYsLab / pymata4

A High Performance Python Client For Arduino Firmata
GNU Affero General Public License v3.0
76 stars 30 forks source link

fix: provide Python 3.6 backward support #41

Closed michaellee8 closed 2 years ago

michaellee8 commented 2 years ago

40

This is my attempt to provide Python 3.6 support. So far everything works fine as far as I can test, but sonar is not working on my board for some reason, in which I made sure that it is not hardware issue since I tested with some standard Arduino sonar sketch for Mega, I will work through it.

michaellee8 commented 2 years ago

I have found that broken sonar support is due to my own mistake. Looks like this lib works flawlessly in Python 3.6. Would recommend lowering version check.

MrYsLab commented 2 years ago

See issue #40.