Correct const-ness of write to agree with ftdi.h
[libftdi] / examples / bitbang2.c
2013-01-28 Xiaofan ChenMinGW support: Change sleep() to usleep()
2013-01-15 Matthias Jankefix mem leaks in examples ftdi_deinit -> ftdi_free
2011-10-04 Uwe BonnesUse ftdi_new and not ftdi_init in the examples
2011-06-28 Uwe BonnesFix all leak in the examples shown with no device connected
2010-01-19 Jie ZhangInitial import of using libusb-1.0.
2009-12-13 Gerd v. Egidydon't use deprecated functions in examples anymore
2009-04-06 Uwe BonnesMingw Cross compiling
2009-03-17 Thomas JaroschShow a good example: Always check the return value...
2009-03-16 Thomas JaroschImprove indentation and whitespace cleanup
2006-10-09 Thomas Jaroschlibftdi: (tomj) polished documentation, started "exampl...