아두이노프로세싱 프로그래밍 286

계산기+디지털시계+아날로그시계 HTML/JavaScript 코드

calculatordigitalclcock_01.html calculatordigitalclcock_01.html <!DOCTYPE HTML> <html> <body> <center><h1>Arduino NodeMCU WiFi Magic Coding</h1> </body> <head> <style> body{ background-color:tan;} .box{background-color:#3d4543;height:570px;width:260px; border-style:solid; border-color:lightblue; border-radius:10px;position:r..

아두이노 NodeMCU 무선 와이파이 코딩: 아날로그 시계로 장식된 HTML/JavaScript 계산기

Calculatorclock_01.html Calculatorclock_01.html <!DOCTYPE HTML> <html> <head> <style> body{ background-color:tan;} .box{ background-color:#3d4543; height:510px; width:260px; border-radius:10px; position:relative; top:50px; left:38%;} .display{ background-color:#222; width:222px; position:relative; left:15px; top:20px; height:40px;} .display input{ width..

웹서버 호출 버튼이 코딩된 HTML/자바스크립트 계산기

Controller_On_calculator_01 Controller_On_calculator_01 <html><body><head> <style> body{ background-color:tan;} .box{background-color:#3d4543;height:400px;width:250px;border-radius:10px; position:relative;top:20px;left:0%;} .display{background-color:#222;width:220px;position:relative;left:15px; top:20px;height:40px;} .display input{position:relative;le..

초보자를 위한 아두이노 와이파이 코딩 책 구매자를 위한 목차 인터넷 주소 리스트

초보자를 위한 아두이노 와이파이 코딩 목차 PDF 파일 첨부 아두이노무선와이파이코당목차.pdf 위 파일을 다운 받으시고 아래의 9장 포함 목차 내용의 일부를 참조하시기 바랍니다. 목차 1 아두이노 코딩 1-1 아두이노 초보자를 위한 “아두이노 코딩에 의한 LED on OFF” 1 Coding_LED_ON_OFF_01 http://blog.daum.net/ejleep1/360 1-2 아두이노 초보자에게 위험스러운 “아두이노 코딩에 의한 LED on OFF” 4 Coding_Dangerous_LED_ON_OFF_01 http://blog.daum.net/ejleep1/370 ⚫⚫⚫ 9 아두이노 무선와이파이 코딩 9-1 데스크 탑 PC 웹브라우저 인터넷 주소 창에서 request 전송 199 9-2 공인 ip..