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.
Fork of AX-12A by
Diff: AX12.h
- Revision:
- 8:b6979be5a0a7
- Parent:
- 7:155ecc801119
- Child:
- 10:e4c9b94b5879
--- a/AX12.h Thu Dec 31 17:47:43 2015 +0000 +++ b/AX12.h Thu Dec 31 20:02:50 2015 +0000 @@ -127,6 +127,9 @@ // get last error virtual int GetLastError(); + + // check if has error + virtual bool HasError(); // get node type virtual NodePartType GetNodeType();