Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 라즈베리파이
- rails
- ubuntu
- BLE
- IOT
- 오렌지파이
- python3
- mqtt
- Raspberry Pi 3
- Arduino
- Server
- JSON
- uno
- flask
- RUBY
- parser
- Android
- nano
- odroid-x2
- 아두이노
- dht11
- java
- ruby on rails
- STM32F4
- Python
- Raspberry Pi
- 개발환경
- orange pi
- Nginx
- Beacon
Archives
- Today
- Total
목록uno (2)
[熱情]
[arduino] 문자 출력하고 LED 깜빡이기~
int ledPin = 13; void setup() { // put your setup code here, to run once: Serial.begin(9600); pinMode(ledPin, OUTPUT); } void loop() { // put your main code here, to run repeatedly: digitalWrite(ledPin, HIGH); delay(1000); digitalWrite(ledPin, LOW); Serial.println("Hello World !!"); delay(1000);}
Arduino/Arduino diy
2015. 9. 12. 01:52