jflemer-ndp / libmpsse

Automatically exported from code.google.com/p/libmpsse
0 stars 0 forks source link

Patch for /trunk/src/mpsse.i #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add this to prevent type issues in python when using types other than basic int.

Original issue reported on code.google.com by robokni...@gmail.com on 29 Nov 2013 at 4:25

Attachments:

GoogleCodeExporter commented 9 years ago
If you use SetDirection or WritePins, the uint8_t doesn't get mapped to 
anything the python equivalent will understand, so you can't ever seem to use 
them without generating type errors.  This fixes that.

Original comment by robokni...@gmail.com on 29 Nov 2013 at 4:28