This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// You can interface ic24lcd into node.js by using "child_process" | |
// https://github.com/nichnet/i2c4lcd | |
const process = require("child_process").spawn; | |
writeToDisplay("Hello World!"); | |
function writeToDisplay(msg) { | |
var pathToFile = 'i2c4lcd.py'; //path to the python file. |