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: modbus-over-rs485-sample NTOUEE-mbed-modbus-RTU NuMaker-mbed-modbus-sample NuMaker_NuWicam_Lite ... more
nvt_rs485.h
00001 #ifndef NVTRS485_H 00002 #define NVTRS485_H 00003 00004 #include "mbed.h" 00005 00006 class NvtRS485 : public Serial { 00007 public: 00008 NvtRS485(PinName tx, PinName rx, PinName dir); 00009 virtual ~NvtRS485(void); 00010 int set_rs485_mode(PinName dir); 00011 }; 00012 00013 #endif //NVTRS485_H
Generated on Thu Jul 21 2022 06:10:49 by
1.7.2