Skip to content

Commit

Permalink
first trial
Browse files Browse the repository at this point in the history
  • Loading branch information
Nakul22 committed May 4, 2017
0 parents commit 8514102
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lifi.ino
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
void setup() {
// put your setup code here, to run once:
Serial.begin(9600);
pinMode(2, INPUT);
}

void loop() {
// put your main code here, to run repeatedly:
Serial.println(Serial.read());
}

0 comments on commit 8514102

Please sign in to comment.