MrYsLab / PyMata

A Python client class library for Interaction with Standard Firmata
GNU Affero General Public License v3.0
95 stars 40 forks source link

Using callbacks with digital latching data does not rearm after first transition. #9

Closed MrYsLab closed 9 years ago

MrYsLab commented 9 years ago

The callback is executed only once even though the latch is rearmed in the callback routine. Needs further investigation.

MrYsLab commented 9 years ago

The threading lock was changed to be re-entrant. Problem solved in v2.03