Skip to content
/ pca9535 Public

Arduino library for interfacing with PCA9535D I2C I/O Expander

Notifications You must be signed in to change notification settings

rambo/pca9535

Repository files navigation

PCA9535 library

Used to control this I2C I/O expander

Note: default device addresses etc suppose that the adress lines are pulled up when not explicitly set, this is what the breakout board (pca9535bo.brd) does by default (user can then pull them down via solder jumpers)

The device has no internal pull-ups that could be enabled (bit of a shame for input purposes...) so I also made a "wing" board with pull-ups and also series resistors for driving LEDs (pca9535bowing.brd)

Installing

Clone this repo to your arduino libraries folder, then clone the following repos as well

  • git://github.com/rambo/I2C.git
  • git://github.com/rambo/i2c_device.git

About

Arduino library for interfacing with PCA9535D I2C I/O Expander

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages