Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Description [1]: > libFTDI is an open source library to talk to FTDI chips: FT232BM, > FT245BM, FT2232C, FT2232D, FT245R, FT232H and FT230X including the > popular bitbang mode. The library is linked with your program in > userspace, no kernel driver required. > > libFTDI works perfectly with Linux, Windows, MacOS X and BSD variants > thanks to libusb. Create the versionless bee file with the commands below. ``` $ bee init https://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.4.tar.bz2 creating libftdi1-1.4-0.bee from template '/etc/default/bee/templates/fallback' $ git add libftdi1-1.4-0.bee $ git mv libftdi1-1.4-0.bee libftdi1.be0 $ vim libftdi1.be0 ``` [1] https://www.intra2net.com/en/developer/libftdi/index.php
- Loading branch information