Revision history of "Arduino - rôzne silno svietiaca LED"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 12:35, 6 August 2018158.195.189.186 (talk). . (331 bytes) (+331). . (Created page with "<syntaxhighlight lang="C" line="line"> void setup() { pinMode(3, OUTPUT); } void loop() { analogWrite(3, 255); delay(500); analogWrite(3, 128); delay(500); analo...")