ilcd
Version:
Driver for LCD ( with i2c ) [1602] , [2004] .is Tested in Raspberry Pi and BeagleBone.
27 lines • 566 B
JSON
{
"name": "ilcd",
"version": "0.1.9",
"description": "Driver for LCD ( with i2c ) [1602] , [2004] .is Tested in Raspberry Pi and BeagleBone.",
"main": "ilcd.js",
"author": "Qasemt@gmail.com",
"repository": {
"type": "git",
"url": "https://github.com/Qasemt/ilcd.git"
},
"license": "MIT",
"dependencies": {
"i2c": "0.2.0"
},
"engine": "node >= 0.6.0",
"keywords": [
"bbb",
"beagleboneblack",
"i2c",
"raspberrypi",
"lcd",
"pi",
"BeagleBone",
"Driver",
"1602","BBB"
]
}