Fixed some issues with oregon protocoll and first version of HalMultiSensor done.

This commit is contained in:
Ziver Koc 2016-05-31 21:11:53 +02:00
parent 4f6066fe7a
commit 92fb46ea0f
14 changed files with 333 additions and 536 deletions

View file

@ -1,13 +1,12 @@
#ifndef HALINTERFACES_H
#define HALINTERFACES_H
#include <Arduino.h>
#include "HalConfiguration.h"
// Utility functions
#ifdef ENABLE_DEBUG
#include <Arduino.h>
#define DEBUG(msg) \
Serial.println(msg); \
Serial.flush();