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: PixyLink.h
- Revision:
- 2:c3a866b20784
- Parent:
- 0:a2603d7fa0ac
--- a/PixyLink.h Fri May 05 12:03:13 2017 +0000 +++ b/PixyLink.h Wed May 17 07:37:43 2017 +0000 @@ -1,5 +1,5 @@ -#ifndef TUIASI_PIXYLINK_H -#define TUIASI_PIXYLINK_H +#ifndef PIXYLINK_H +#define PIXYLINK_H #include "stdint.h" @@ -14,9 +14,8 @@ virtual uint16_t getWord() = 0; virtual uint8_t getByte() = 0; virtual int8_t send(uint8_t *data, uint8_t len) = 0; - protected: uint8_t m_addr; }; -#endif //TUIASI_PIXYLINK_H +#endif //PIXYLINK_H \ No newline at end of file