From 364d74637acc273e360e707bfd51a3fffe60317e Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Sun, 24 Jun 2012 12:31:56 +0200 Subject: [PATCH] Don't rename python wrapper for now Otherwise all python code would have to adapt from "ftdi.xxx()" to "ftdi1.xxx()". --- TODO | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/TODO b/TODO index 04919d7..eb45683 100644 --- a/TODO +++ b/TODO @@ -3,6 +3,12 @@ Build related: - Rename the library and header file, so libftdi 0.x and 1.x can co-exist +Python wrapper: +- Find out the following: + - Rename wrapper library to "ftdi1", users have to "import ftdi1" + - All other code in the examples can continue + to use "ftdi.xxx" instead of "ftdi1.xxx" + Misc: - Resolve TODO entries in ftdi_eeprom - Look into merging ftdi_eeprom and examples/eeprom -- 1.7.1