Skip to content

Commit

Permalink
doc update pass 3
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelYKersey committed Jan 4, 2025
1 parent bea3799 commit 25a4b91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/libhal-expander/tla2528.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class tla2528
* @brief read digital output state register of an output pin
*
* @param p_channel pin you would like to get the ouput value
* @return if the pin's output value register is high If a pin is not set to
* @return true if the pin's output value register is high. If a pin is not set to
* output pin the returned state will be used once it changes to an output
* pin.
* @throws hal::argument_out_of_domain - if p_channel out of range (>7)
Expand All @@ -98,7 +98,7 @@ class tla2528
/**
* @brief read the digital level of a pins
*
* @return if the pin's digital read value is high. If a pin is not set to
* @return true if the pin's digital read value is high. If a pin is not set to
* digital input or output the returned value may not correlate with the true
* value.
* @throws hal::argument_out_of_domain - if p_channel out of range. (>7)
Expand Down

0 comments on commit 25a4b91

Please sign in to comment.