Skip to content

Instantly share code, notes, and snippets.

View nichnet's full-sized avatar

Nick nichnet

View GitHub Profile
// 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.