-
Notifications
You must be signed in to change notification settings - Fork 1
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
Missing dependency to coffee-script #4
Comments
Yes, i know. This repo is replaced by this one in the next days: https://github.com/sysrun/node-raspiio Will make the new Project more generic (i2c, gpio) |
If you only need raw i2c support you can use this: https://github.com/sysrun/node-i2c You need it for a specific Project? |
Yeah actually. I'm creating a Raspberry Pi based media player box incorporating a Adafruit RGB Negative LCD plate (http://www.adafruit.com/products/1110) Since the rest of the interface is written in node.js I wanted to keep this part of the interface in the same language. I must admit I'm finding it hard to find a stable library that actually communicates with the LCD plate |
I will try to checkin the LCD-Module in my new repo later this day |
Need to add coffee-script to dependencies.
executing:
results in a error of:
add coffee-script to dependencies and the module will successfully import.
The text was updated successfully, but these errors were encountered: