hello!
i want retrieve value of c_config.
my code:
but 255, not default value.
what problem?
datasheet.octopart.com/zssc3123aa2-t-zmdi-datasheet-10989346.pdf
any please?
i want retrieve value of c_config.
my code:
code: [select]
wire.begin();
wire.begintransmission(0x50);
wire.write(0xa0); // enter command mode
wire.endtransmission();
wire.requestfrom(0x06, 3); // retrieve value of c_config
byte = wire.read();
byte b = wire.read();
byte c = wire.read();
but 255, not default value.
what problem?
datasheet.octopart.com/zssc3123aa2-t-zmdi-datasheet-10989346.pdf
any please?
Arduino Forum > Using Arduino > Programming Questions > Arduino I2C to ZSSC3123
arduino
Comments
Post a Comment