meterbusclient is working, SND_NKE will be answered

This commit is contained in:
hg
2014-03-09 00:25:48 +01:00
parent 854d2f202a
commit 13d19d4e15
9 changed files with 158 additions and 30 deletions

View File

@ -1,10 +1,11 @@
#include <avr/interrupt.h>
#include"fatal.h"
#include <Arduino.h>
void fatal(uint8_t code) {
// cli();
// do something with the code and somehow show that there is a problem
Serial.print("Fatal: "); Serial.println(code);
while (1);
}