Skip to content

Commit

Permalink
Update tasks.robot
Browse files Browse the repository at this point in the history
  • Loading branch information
suyash-web authored Oct 13, 2021
1 parent 8b5b2db commit b01238a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tasks.robot
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Library RPA.Browser.Selenium
Library RPA.Excel.Files
Library RPA.HTTP
Library RPA.Tables
Library test
Library Arduino.py

*** Variables ***
${ON_1}= 1
Expand Down Expand Up @@ -63,24 +63,24 @@ Turn LED 1 ON
[Documentation] Turning LED 1 ON
${on}= Convert To String ${ON_1}
Talk To Arduino ${on}

Loop Through
Turn LED 2 ON
[Documentation] Turning LED 2 ON
${on}= Convert To String ${ON_2}
Talk To Arduino ${on}
Loop Through

Turn LED 3 ON
[Documentation] Turning LED 3 ON
${on}= Convert To String ${ON_3}
Talk To Arduino ${on}
Loop Through

Turn LED 4 ON
[Documentation] Turning LED 4 ON
${on}= Convert To String ${ON_4}
Talk To Arduino ${on}
Sleep 2
${off}= Convert To String ${OFF}
Talk To Arduino ${off}
Loop Through

Download The Csv File
[Documentation] Downloading the csv file
Expand Down

0 comments on commit b01238a

Please sign in to comment.