Grove - Button and LED Grove - Button and LED This example shows you how to turn on or off an LED via button. Hardware Required - Intel® Edison Module- Arduino* expansion board- Grove Base Shield v2- Grove Button(P)- Grove LED Socket Kit Circuit Schematic Code const int buttonPin = 3; // the number of the pushbutton pinconst int ledPin = 7; // the number of the LED pin // variables will change:int buttonState = 0; // .. 더보기 Blink LED in Intel® Edison for Arduino expansion board Blink LED in Intel® Edison for Arduino expansion board Intel® Edison for Arduino 보드에 연결되어 있는 DS2 LED를 점멸 테스트 한다.DS2 LED는 PIN 13번에 연결되어 있다. Hardware Required - Intel® Edison Module- Arduino* expansion board Circuit Schematic Code /* Blink Turns on an LED on for one second, then off for one second, repeatedly. This example code is in the public domain. */ // Pin 13 has an LED connected on most Ard.. 더보기 Connect the Intel Edison device to WiFi Edison Getting Started Guide - Windows 메뉴얼 중에서 Step 5: Connect the Intel Edison device to WiFi 메뉴얼은 BSP가 WiFi연결 방법은 아래 그림과 같이 따라 하기 바란다.WiFi 설정메뉴에서 처음 연결시 네트워크가 나타나지 않을 경우가 자주 발생한다. 더보기 이전 1 ··· 5 6 7 8 9 10 11 ··· 19 다음