Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: IO/IO.h
- 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_ */
-
-