ziutek / ftdi

Go binding for libFTDI
Other
25 stars 14 forks source link

all: fix Go-1.16 compilation #11

Closed sbinet closed 3 years ago

sbinet commented 3 years ago

Fixes #10.

ziutek commented 3 years ago

Thanks!

If you use FTDI chips for other things than USB to UART conversion try the STM32_MiNi_Pro board. You can see its picture here.

I've started using STM32_MiNi_Pro where I've used to used FT232RL in bitbang mode. It allows to move much of the logic to the board, make it autonomous and still control it over the onboard USB to UART converter with additional ability to program and reset it via USB. It's a very promising board.