diff options
Diffstat (limited to 'libraries/libftdi/README')
-rw-r--r-- | libraries/libftdi/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libraries/libftdi/README b/libraries/libftdi/README new file mode 100644 index 000000000000..3c211a4f0a6d --- /dev/null +++ b/libraries/libftdi/README @@ -0,0 +1,14 @@ +FTDI USB driver with bitbang mode + +libFTDI is an open source library to talk to FTDI chips, +including the popular bitbang mode. The library is linked +with your program in userspace, no kernel driver required. +Supported chips are: + + * FT232BM, + * FT245BM, + * FT2232C, + * FT2232D, + * FT245R, + * FT232H, + * FT230X. |