Skip to content

Commit

Permalink
Fix #69 add documentation cross-references
Browse files Browse the repository at this point in the history
  • Loading branch information
4-20ma committed Sep 12, 2016
1 parent ddf5982 commit 922d83c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ModbusMaster.cpp
Expand Up @@ -190,6 +190,7 @@ This function gets called just before a Modbus message is sent over serial.
Typical usage of this callback is to enable an RS485 transceiver's
Driver Enable pin, and optionally disable its Receiver Enable pin.
@see ModbusMaster::ModbusMasterTransaction()
@see ModbusMaster::postTransmission()
*/
void ModbusMaster::preTransmission(void (*preTransmission)())
Expand All @@ -207,7 +208,8 @@ bus).
Typical usage of this callback is to enable an RS485 transceiver's
Receiver Enable pin, and disable its Driver Enable pin.
@see ModbusMaster::postTransmission()
@see ModbusMaster::ModbusMasterTransaction()
@see ModbusMaster::preTransmission()
*/
void ModbusMaster::postTransmission(void (*postTransmission)())
{
Expand Down
1 change: 1 addition & 0 deletions ModbusMaster.h
Expand Up @@ -270,4 +270,5 @@ class ModbusMaster
/**
@example examples/Basic/Basic.pde
@example examples/PhoenixContact_nanoLC/PhoenixContact_nanoLC.pde
@example examples/RS485_HalfDuplex/RS485_HalfDuplex.ino
*/

0 comments on commit 922d83c

Please sign in to comment.