Changeset 629:b641b3511145 for nxos/base/drivers/rs485.h
- Timestamp:
- 08/15/08 19:25:11 (5 months ago)
- Branch:
- default
- Files:
-
- 1 modified
-
nxos/base/drivers/rs485.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
nxos/base/drivers/rs485.h
r628 r629 48 48 * @note Once the RS485 interface is shut down, port 4 may be used as a 49 49 * normal sensor port again. 50 * 51 * @warning The RS485 driver should only be shutdown after all 52 * in-progress transmissions have completed. 50 53 */ 51 bool nx_rs485_stop(void);54 void nx_rs485_shutdown(void); 52 55 53 56 /** Asynchronously transmit data on the RS485 bus.
