Commit 2e426c35 by Risto Heinsar

Style and wording fixes

parent 6fe8c0a5
......@@ -4,10 +4,10 @@ const int tickDelay = 100;
void setup()
{
// Alustame jadaühenduse
// Seadistame jadaühenduse
Serial.begin(9600);
// Määrame nupu sisendiks
// Seadistame surunupu sisendina
pinMode(BTN_PIN, INPUT);
}
......
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