Skip to content

Arduino library for PCA9536 4-Bit I2C and SMBus I/O Expander With Configuration Registers

License

Notifications You must be signed in to change notification settings

MiggyMan/PCA9536

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCA9536

Arduino library for PCA9536 4-Bit I2C and SMBus I/O Expander With Configuration Registers

Usage

#include "PCA9536.h"

PCA9536 ioex;
uint32_t port = 0;

void setup()
{
    ioex.setup();
}

void loop()
{
    ioex.output(port % 16);
    ++port;
    delay(1000);
}

License

MIT

About

Arduino library for PCA9536 4-Bit I2C and SMBus I/O Expander With Configuration Registers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%