add modbus stuff

This commit is contained in:
hg
2014-11-07 18:40:19 +01:00
parent 747ffbf6ad
commit cebf295a8b
5 changed files with 731 additions and 75 deletions

View File

@ -1,9 +1,11 @@
#include "Streaming.h"
// #include "Streaming.h"
#include <Arduino.h>
#include <stdint.h>
#include "fatal.h"
void fatal(uint8_t code) {
Serial << "Fatal: " << code << endl;
// Serial << "Fatal: " << code << endl;
delay(1000);
while (true) ;
}
}