Skip to content

Commit 60e6a0e

Browse files
committed
Cleanup
1 parent a15f4c7 commit 60e6a0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Driver/PCF8574.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class PCF8574 : protected TWI::Device {
9494

9595
/**
9696
* Get data port values.
97-
* @return
97+
* @return port value.
9898
*/
9999
uint8_t port()
100100
{
@@ -103,8 +103,7 @@ class PCF8574 : protected TWI::Device {
103103

104104
/**
105105
* Write given value to the output pins.
106-
* @param[in] value.
107-
* @return bool.
106+
* @param[in] value to write to port.
108107
*/
109108
void write(uint8_t value)
110109
{
@@ -187,6 +186,7 @@ class PCF8574 : protected TWI::Device {
187186
/**
188187
* Write pin state one(1) if given value is non-zero,
189188
* otherwise zero(0).
189+
* @param[in] value to write.
190190
*/
191191
void write(int value)
192192
{

src/Driver/Si70XX.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @file Si70XX.hh
2+
* @file Si70XX.h
33
* @version 1.0
44
*
55
* @section License

0 commit comments

Comments
 (0)