Skip to content
New issue

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

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

Already on GitHub? # to your account

Node & GPIO #7

Open
NicolasLeRoux opened this issue Feb 28, 2018 · 1 comment
Open

Node & GPIO #7

NicolasLeRoux opened this issue Feb 28, 2018 · 1 comment

Comments

@NicolasLeRoux
Copy link
Owner

Tutorial here

@NicolasLeRoux
Copy link
Owner Author

NicolasLeRoux commented Mar 19, 2018

See:

const os = require('os')
if (os.arch() == 'arm') { // Raspberry Pi
    i2c = require('i2c-bus');
} else {
    console.warn('Not using I2C');
    i2c = require('./i2c.mock.js');
}

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

No branches or pull requests

1 participant