-
This module for control pifacecad with nodejs.
-
This module can be used in an environment equipped with the pifacecad raspberry pi
이 모듈은 pifacecad와 raspberry pi가 가추어진 환경에서 사용 가능합니다.
- Now no more need install mcp32s17 module
더이상 mcp23s17 모듈을 설치할 필요가 없습니다.
var pifacecad = require('node-pifacecad'); pifacecad.pifacecad_open(); pifacecad.pifacecad_lcd_backlight_on(); pifacecad.pifacecad_lcd_write('hello hell!'); pifacecad.pifacecad_close();