XBee modules

Dependencies:   DigiLogger

Fork of XBeeLib by Digi International Inc.

Revision:
3:8662ebe83570
Parent:
0:fcaad0dfa051
Child:
4:629712865107
--- a/IO/IO.h	Thu May 14 16:21:39 2015 +0200
+++ b/IO/IO.h	Mon May 18 13:16:55 2015 +0200
@@ -10,13 +10,11 @@
  * =======================================================================
  */
 
-#if !defined(__IO_H_)
+#ifndef __IO_H_
 #define __IO_H_
 
 #define DR_PWM_MAX_VAL      0x3FF
 
-#define MAX_IO_SAMPLE_BUF_LEN   22    /* 1 + 2 + 1 + 2 + 16 */
-
 namespace XBeeLib {
 
 /**
@@ -58,5 +56,3 @@
 
         
 #endif /* __IO_H_ */
-
-