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://github.com/bloguetronica/cp2130.
0
stars
0
forks
source link
Error in comment inside "cp2130.cpp", line 417 #22
The comment on line 417 contains an error. Where it is written "corresponds to bits 3:0 of byte 0", should be written "corresponds to bits 2:0 of byte 0".
The comment on line 417 contains an error. Where it is written "corresponds to bits 3:0 of byte 0", should be written "corresponds to bits 2:0 of byte 0".