Projects with this topic
-
A C++ class that uses libusb to interface with MCP2210 devices. It can be used to control the several aspects, such as NVRAM or volatile configurations, GPIO directions and states, or to perform SPI transfers. Note that this is a class variant made specifically for Qt. If you wish to use the original, non-Qt variant, please refer to https://gitlab.com/bloguetronica/mcp2210.
Updated -
A C++ class that uses libusb to interface with CP2130 devices. It can be used to configure the OTP ROM of such devices, as well as to control them. The class was made for Qt. If you wish to use a derived non-Qt version, please refer to https://gitlab.com/bloguetronica/cp2130.
Updated -
A C++ class that uses libusb to interface with CP2130 devices. It can be used to configure the OTP ROM of such devices, as well as to control them. This class was originally derived from the corresponding class for Qt. Please refer to https://gitlab.com/bloguetronica/cp2130-qt if you wish to use the original class instead.
Updated -
-
USB controled 16*14seg display using VK16K33/HT16K33 driven over i2c by ESP32-S2
Updated -
Extra function to open a device with a corresponding VID, PID and serial number. This is a very handy function, and it is indeed essential to some classes and programs at https://gitlab.com/bloguetronica.
Updated