Skip to content

Commit

Permalink
Merge pull request #70 from 4-20ma/69-fix-doc-references
Browse files Browse the repository at this point in the history
Add documentation cross-references
  • Loading branch information
4-20ma authored Sep 12, 2016
2 parents ddf5982 + 922d83c commit dc605b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ModbusMaster.cpp
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 dc605b6

Please sign in to comment.