diff options
author | Andrzej Telszewski <atelszewski@gmail.com> | 2015-07-25 08:13:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-25 08:13:47 +0700 |
commit | a3cbf9be1cd23487d59c72139608ab2c6a8b48b5 (patch) | |
tree | a2194a299744b4d53916347642f42cd2b84885a4 /libraries/libftdi/slack-desc | |
parent | 4472bd222da3e028ea9ad2d5358c71e481b75299 (diff) |
libraries/libftdi: Added (FTDI USB driver with bitbang mode).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libftdi/slack-desc')
-rw-r--r-- | libraries/libftdi/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libftdi/slack-desc b/libraries/libftdi/slack-desc new file mode 100644 index 0000000000000..4471106ac5335 --- /dev/null +++ b/libraries/libftdi/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +libftdi: libftdi (FTDI USB driver with bitbang mode) +libftdi: +libftdi: libFTDI is an open source library to talk to FTDI chips: +libftdi: FT232BM, FT245BM, FT2232C, FT2232D, FT245R, FT232H and FT230X +libftdi: including the popular bitbang mode. The library is linked with +libftdi: your program in userspace, no kernel driver required. +libftdi: +libftdi: +libftdi: +libftdi: Homepage: http://www.intra2net.com/en/developer/libftdi/ +libftdi: |