{"id":1680,"date":"2020-12-24T20:06:41","date_gmt":"2020-12-24T17:06:41","guid":{"rendered":"https:\/\/burakcaliskan.org\/blog\/?p=1680"},"modified":"2021-05-30T18:33:42","modified_gmt":"2021-05-30T15:33:42","slug":"esp8266-nodemcu-v3-led-parlakligi-degistirme","status":"publish","type":"post","link":"https:\/\/burakcaliskan.org\/blog\/esp8266-nodemcu-v3-led-parlakligi-degistirme\/","title":{"rendered":"ESP8266 NodeMCU v3 Led Parlakl\u0131\u011f\u0131 De\u011fi\u015ftirme"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>\nconst int ledPin = 2; \n\nvoid setup() {\n  \n}\n\nvoid loop() {\n  \/\/ increase the LED brightness\n  for(int dutyCycle = 0; dutyCycle &lt; 1023; dutyCycle++){   \n    \/\/ PWM ile LED parlakl\u0131\u011f\u0131n\u0131 de\u011fi\u015ftirmek i\u00e7in\n    analogWrite(ledPin, dutyCycle);\n    delay(1);\n  }\n\n  \/\/ decrease the LED brightness\n  for(int dutyCycle = 1023; dutyCycle &gt; 0; dutyCycle--){\n    \/\/ PWM ile LED parlakl\u0131\u011f\u0131n\u0131 de\u011fi\u015ftirmek i\u00e7in\n    analogWrite(ledPin, dutyCycle);\n    delay(1);\n  }\n}<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" width=\"600\" height=\"346\" src=\"https:\/\/burakcaliskan.org\/blog\/depo\/2020\/12\/ESP8266_nodemcu.png\" alt=\"\" class=\"wp-image-1682\" srcset=\"https:\/\/burakcaliskan.org\/blog\/depo\/2020\/12\/ESP8266_nodemcu.png 600w, https:\/\/burakcaliskan.org\/blog\/depo\/2020\/12\/ESP8266_nodemcu-300x173.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":955,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/1680"}],"collection":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/comments?post=1680"}],"version-history":[{"count":3,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/1680\/revisions"}],"predecessor-version":[{"id":1705,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/1680\/revisions\/1705"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/media\/955"}],"wp:attachment":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/media?parent=1680"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/categories?post=1680"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/tags?post=1680"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}