increased speed
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
int sTx = 4;
|
||||
int sRx = 5;
|
||||
|
||||
long base = 200;
|
||||
long base = 100;
|
||||
|
||||
int id = 0;
|
||||
int baud = 19200;
|
||||
@@ -11,7 +11,7 @@ int counter = 0;
|
||||
|
||||
void setup(){
|
||||
pinMode(A0,INPUT);
|
||||
id = analogRead(A0)*10;
|
||||
id = analogRead(A0);
|
||||
|
||||
pinMode(enable,OUTPUT);
|
||||
digitalWrite(enable,LOW);
|
||||
|
||||
Reference in New Issue
Block a user