Prometheus / Pixy

Dependents:   PixyTest PixyTest

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