Library to easily communicate with XBee modules.
Fork of XBeeLib by
Diff: IO/IO.h
- Revision:
- 4:629712865107
- Parent:
- 3:8662ebe83570
diff -r 8662ebe83570 -r 629712865107 IO/IO.h --- a/IO/IO.h Mon May 18 13:16:55 2015 +0200 +++ b/IO/IO.h Mon Jun 01 18:59:43 2015 +0200 @@ -22,7 +22,7 @@ * @{ */ /** - * IoMode + * IoMode */ enum IoMode { Disabled = 0, /**< Disabled */ @@ -36,13 +36,13 @@ /** * @} */ - + /** * @defgroup DioVal * @{ */ /** - * DioVal + * DioVal */ enum DioVal { Low = 0, /**< Low Value */ @@ -54,5 +54,5 @@ } /* namespace XBeeLib */ - + #endif /* __IO_H_ */