Modified Class
Fork of GT511C3 by
Diff: GT511C3.hpp
- Revision:
- 3:a3500c97e7d5
- Parent:
- 1:aa0bd9bd1c56
diff -r 8fa6daf39d91 -r a3500c97e7d5 GT511C3.hpp --- a/GT511C3.hpp Tue Dec 01 20:48:44 2015 +0000 +++ b/GT511C3.hpp Tue Dec 08 04:01:38 2015 +0000 @@ -31,7 +31,7 @@ #ifndef __GT511C3_HPP #define __GT511C3_HPP #include "mbed.h" - + class GT511C3 : public Serial { public: enum Command { @@ -92,7 +92,7 @@ unsigned long FirmwareVersion; unsigned long IsoAreaMaxSize; unsigned char DeviceSerialNumber[16]; - + GT511C3(PinName _tx, PinName _rx) : Serial(_tx,_rx) , LastError(0) {} int Init(void); int SendCommand(unsigned long Parameter,unsigned short Command); @@ -114,5 +114,5 @@ int DeleteID(int ID); int DeleteAllIDs(); }; - -#endif //__GT511C3_HPP + +#endif //__GT511C3_HPP \ No newline at end of file