jperkin / node-rpio

Raspberry Pi GPIO library for node.js
858 stars 124 forks source link

About I2C Address #35

Open EasonWang01 opened 7 years ago

EasonWang01 commented 7 years ago

How these address from?

var init = new Buffer([0x03, 0x03, 0x03, 0x02, 0x28, 0x0c, 0x01, 0x06]);

https://cdn-shop.adafruit.com/datasheets/TC1602A-01T.pdf

I have search for the datasheet but not found,thanks for reply.

jaqua commented 5 years ago

@EasonWang01 Just use i2cdetect to get the i2c address.