Allows RS485 communication using MAX485 chip
Dependents: Multiple_7SegDisplays
Fork of RS485 by
Revision 2:302837c859de, committed 2018-08-21
- Comitter:
- shivanandgowdakr
- Date:
- Tue Aug 21 10:21:52 2018 +0000
- Parent:
- 1:916e1dd538ce
- Commit message:
- No changes;
Changed in this revision
RS485.h | Show annotated file Show diff for this revision Revisions of this file |
mbed.bld | Show diff for this revision Revisions of this file |
diff -r 916e1dd538ce -r 302837c859de RS485.h --- a/RS485.h Sat Nov 14 11:55:10 2015 +0000 +++ b/RS485.h Tue Aug 21 10:21:52 2018 +0000 @@ -2,16 +2,8 @@ class RS485 : public Serial { public: - /** Create a RS485 Serial port using MAX485, connected to the specified transmit and receive pins - * - * @param tx Transmit pin - * @param rx Receive pin - * @param mode Rx TX Mode pin - * - * @note - * Either tx or rx may be specified as NC if unused - */ - RS485(PinName tx, PinName rx, PinName mode, const char *name=NULL); + + RS485(PinName tx, PinName rx, PinName mode, const char *name=NULL); protected: virtual int _putc(int c);
diff -r 916e1dd538ce -r 302837c859de mbed.bld --- a/mbed.bld Sat Nov 14 11:55:10 2015 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/34e6b704fe68 \ No newline at end of file