add support for latency timer, fix quad-spi bug, add wheels for py3.11 on windows
- Add FT4222 method getMaxTransferSize to get maximum transfer size for the configured controller. - fix spi example, change comments in spi related classes
- use enum.IntFlag for ControllerStatus (@uSpike) - Add typing stubs (@uSpike) - Add FT_SetTimeouts (@uSpike) - Fixed typo in setWakeUpInterrupt() function
- add OSX support (no wheels yet) - bump ftdi libraries - python 3.10 wheels, python 3.6 removed - improve CI, create manylinux-2 wheels (thx to @nunezml)