Chip Driver ^hot^ - Gx

The official drivers often fail to install via Setup.exe. Here is the manual method:

gx_i2c_init(100000); gx_write_reg(WHO_AM_I_REG, 0x01); // example uint8_t id = gx_read_reg(WHO_AM_I_REG); gx chip driver