Skip to content

Instantly share code, notes, and snippets.

  • Save kenchris/fd68dd5307831de30b0e51e2fb18abb8 to your computer and use it in GitHub Desktop.
Save kenchris/fd68dd5307831de30b0e51e2fb18abb8 to your computer and use it in GitHub Desktop.
Total Sent 18
sending to serial: [set filename filename.js]
Total Sent 42
sending to serial: [set transfer ihex]
Total Sent 59
sending to serial: [load]
Total Sent 63
sending to serial: [
var grove_lcd = require('grove_lcd');
var glcd = grove_lcd.init();
glcd.setFunction(grove_lcd.GLCD_FS_ROWS_2 | grove_lcd.GLCD_FS_DOT_SIZE_LITTLE);
glcd.setDisplayState(grove_lcd.GLCD_DS_DISPLAY_ON);
glcd.clear();
glcd.print('hello world');
]
Total Sent 316
sending to serial: [run]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment