Remove Bridge/front end split

as can listen 2 ports can do both together no need to split - so remove
settings and pin
This commit is contained in:
luc lebosse
2015-04-18 19:09:17 +08:00
parent 3d4cf9a065
commit c74d8235dd
3 changed files with 2 additions and 12 deletions

View File

@@ -50,8 +50,6 @@ void setup() {
//check if reset config is requested
pinMode(RESET_CONFIG_PIN, INPUT);
if (digitalRead(RESET_CONFIG_PIN)==0)breset_config=true;//if requested =>reset settings
//now setup interrupt loop pin for input
pinMode(INTERRUPT_PIN, INPUT);
//default baud rate
word baud_rate;
char sbuf[7];