{"id":1555,"date":"2021-09-07T14:09:27","date_gmt":"2021-09-07T05:09:27","guid":{"rendered":"http:\/\/leenux.kr\/?p=1555"},"modified":"2021-09-07T14:09:27","modified_gmt":"2021-09-07T05:09:27","slug":"arduino-led-%ed%99%9c%ec%84%b1%ed%99%94-%eb%b0%8f-%eb%b9%84%ed%99%9c%ec%84%b1%ed%99%94","status":"publish","type":"post","link":"https:\/\/leenux.kr\/?p=1555","title":{"rendered":"[Arduino] LED \ud65c\uc131\ud654 \ubc0f \ube44\ud65c\uc131\ud654"},"content":{"rendered":"\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/www.arduino.cc\/wiki\/static\/52c238dba09c2e40b69e0612ff02ef0f\/5a190\/circuit.png\" alt=\"circuit\"\/><figcaption>\ucd9c\ucc98 : \uc544\ub450\uc774\ub178 \uacf5\uc2dd \ubb38\uc11c<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/www.arduino.cc\/wiki\/static\/c8dbeff786e52681c3d0e9ee9525e140\/5a190\/schematic.png\" alt=\"schematic\"\/><figcaption>\ucd9c\ucc98 : \uc544\ub450\uc774\ub178 \uacf5\uc2dd \ubb38\uc11c<\/figcaption><\/figure>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p class=\"has-text-color has-large-font-size has-very-dark-gray-color\"><strong>Code<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>void setup() {\n  int LED_BUILTIN = 13; \n  \/\/ LED \ud540 \uc124\uc815\n  pinMode(LED_BUILTIN, OUTPUT);\n}\n\n\/\/ the loop function runs over and over again forever\nvoid loop() {\n  digitalWrite(LED_BUILTIN, HIGH);   \/\/ LED \ud65c\uc131\ud654\n  delay(1000);                       \/\/ 1\ucd08 \uae30\ub2ec\ub9ac\uae30\n  digitalWrite(LED_BUILTIN, LOW);    \/\/ LED \ube44\ud65c\uc131\ud654\n  delay(1000);                       \/\/ 1\ucd08 \uae30\ub2ec\ub9ac\uae30\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>[Arduino] LED \ud65c\uc131\ud654 \ubc0f \ube44\ud65c\uc131\ud654<\/p>\n","protected":false},"author":1,"featured_media":1553,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[95],"tags":[],"_links":{"self":[{"href":"https:\/\/leenux.kr\/index.php?rest_route=\/wp\/v2\/posts\/1555"}],"collection":[{"href":"https:\/\/leenux.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/leenux.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/leenux.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/leenux.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1555"}],"version-history":[{"count":1,"href":"https:\/\/leenux.kr\/index.php?rest_route=\/wp\/v2\/posts\/1555\/revisions"}],"predecessor-version":[{"id":1556,"href":"https:\/\/leenux.kr\/index.php?rest_route=\/wp\/v2\/posts\/1555\/revisions\/1556"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/leenux.kr\/index.php?rest_route=\/wp\/v2\/media\/1553"}],"wp:attachment":[{"href":"https:\/\/leenux.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1555"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/leenux.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1555"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/leenux.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1555"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}