Skip to content

Allow use IO Expanders - 74HC595 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ricardojlrufino opened this issue May 12, 2016 · 1 comment
Open

Allow use IO Expanders - 74HC595 #3

ricardojlrufino opened this issue May 12, 2016 · 1 comment

Comments

@ricardojlrufino
Copy link
Contributor

No description provided.

@ricardojlrufino
Copy link
Contributor Author

use a controller to manipulate the pins

595Controller

Add method: digitalWrite(byte externalPin, byte value)

LogicalDevice

bool Device::setValue(unsigned long value, bool sync){
  controller.digitalWrite(this.pin, value)
}

Sketch
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant