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 | 29 | 30 | 31 |
Tags
- dht11
- 오렌지파이
- RUBY
- orange pi
- uno
- IOT
- Arduino
- java
- python3
- rails
- Python
- JSON
- Android
- 아두이노
- BLE
- ubuntu
- 라즈베리파이
- Beacon
- Nginx
- mqtt
- 개발환경
- STM32F4
- Server
- ruby on rails
- odroid-x2
- nano
- parser
- Raspberry Pi
- flask
- Raspberry Pi 3
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