Skip to content
Snippets Groups Projects
Commit a5930bbd authored by Michael Scherrer's avatar Michael Scherrer
Browse files

dsfg

parent d8819442
Branches
No related tags found
No related merge requests found
#include <Arduino.h>
#include <string.h>
/*
#include <DoorKeypad.h>
#include <SimulatedESP.h>
......@@ -61,4 +63,19 @@ int getZone(int doorNr)
{
return 0;
}
}
*/
int test = 0;
String s = "1";
void setup()
{
Serial.begin(9600);
}
void loop()
{
test = s.toInt();
Serial.println(test);
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment