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.
Dependents: NuMaker-mbed-modbus-sample
nvt_rs485.h
00001 #ifndef NVTRS485_H 00002 #define NVTRS485_H 00003 00004 #include "mbed.h" 00005 #if MBED_MAJOR_VERSION >= 6 00006 #include "MyUnbufferedSerial.h" 00007 class NvtRS485 : public MyUnbufferedSerial { 00008 #else 00009 class NvtRS485 : public Serial { 00010 #endif 00011 public: 00012 NvtRS485(PinName tx, PinName rx, PinName dir); 00013 virtual ~NvtRS485(void); 00014 int set_rs485_mode(PinName dir); 00015 }; 00016 00017 #endif //NVTRS485_H
Generated on Mon May 13 2024 08:55:46 by
1.7.2