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: include/xbee.h
- Revision:
 - 15:ab3e0d32e578
 - Parent:
 - 14:cc65f603e659
 - Child:
 - 16:f4df01448b59
 
--- a/include/xbee.h Wed Mar 29 15:56:01 2017 +0000 +++ b/include/xbee.h Wed Mar 29 17:00:14 2017 +0000 @@ -36,9 +36,6 @@ const char AT_COMMAND_RESPONSE_STATUS_OK = 0x00; const char REMOTE_COMMAND_RESPONSE_COMMAND_STATUS_OK = 0x00; -const char EVENT_TYPE_BUTTON = 0x00; -const char EVENT_TYPE_ACCELEROMETER = 0x01; - const char BUTTON_PRESSED = 0x00; const char BUTTON_RELEASED = 0x01;