Python wrapper update
authorMichel Zou <xantares09@hotmail.com>
Fri, 21 Oct 2011 12:21:52 +0000 (14:21 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 21 Oct 2011 12:21:52 +0000 (14:21 +0200)
commit50280d45a136b6915dfdd06843f5f847a7ca468a
tree621c374130bbd8c1b46b515020faa481ca4c86e4
parentb3f439b157caa175b276d59c991354d90d88d7c6
Python wrapper update

- wrapped ftdi_get_eeprom_buf
- use of ftdi_usb_find_all is easier
- useless usb_get_strings size args
- fixed possible memory leak from wrapping ftdi_new
bindings/ftdi.i
examples/python/complete.py
examples/python/simple.py