Skip to content

Commit

Permalink
limpando codigo
Browse files Browse the repository at this point in the history
  • Loading branch information
jailson santos committed Jun 19, 2018
1 parent f470968 commit d1d28d7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions salinidade/salinidade.ino
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
#include <SPI.h>

const int switchPin = 6;
int switchState = 0;
int condVal = 0;

void setup() {
Serial.begin(9600);
SPI.begin();
pinMode(switchPin, INPUT);
}

void loop() {
Expand Down

0 comments on commit d1d28d7

Please sign in to comment.