댓글 검색 목록

[Nodejs] johnny-five Firmata 기반 Arduino 프레임 워크.

페이지 정보

작성자 운영자 작성일 20-07-10 13:55 조회 718 댓글 0

Bocoup에서 개발한 JavaScript Robotics 및 IoT 프로그래밍 프레임 워크


https://github.com/rwaldron/johnny-five 


JavaScript Robotics 프로그래밍 프레임 워크


sgier-johnny-five.png 


Johnny-Five는 열정 프로젝트에서 모든 연령, 배경 및 전 세계의 사람들을 위한 학습과 창의성을 자극하는 도구로 성장했습니다.


const { Board, Led } = require("johnny-five");
const board = new Board();

board.on("ready", () => {
  // Create an Led on pin 13
  const led = new Led(13);
  // Blink every half second
  led.blink(500);
});


led-blink.gif 




댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

코리아뉴스 2001 - , All right reserved.