Commit 2e426c35 by Risto Heinsar

Style and wording fixes

parent 6fe8c0a5
#define BTN_PIN 3 #define BTN_PIN 3
const int tickDelay = 100; const int tickDelay = 100;
void setup() void setup()
{ {
// Alustame jadaühenduse // Seadistame jadaühenduse
Serial.begin(9600); Serial.begin(9600);
// Määrame nupu sisendiks // Seadistame surunupu sisendina
pinMode(BTN_PIN, INPUT); pinMode(BTN_PIN, INPUT);
} }
...@@ -21,4 +21,4 @@ void loop() ...@@ -21,4 +21,4 @@ void loop()
Serial.println(btnState); Serial.println(btnState);
delay(tickDelay); delay(tickDelay);
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment