File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ class PCF8574 : protected TWI::Device {
94
94
95
95
/* *
96
96
* Get data port values.
97
- * @return
97
+ * @return port value.
98
98
*/
99
99
uint8_t port ()
100
100
{
@@ -103,8 +103,7 @@ class PCF8574 : protected TWI::Device {
103
103
104
104
/* *
105
105
* Write given value to the output pins.
106
- * @param[in] value.
107
- * @return bool.
106
+ * @param[in] value to write to port.
108
107
*/
109
108
void write (uint8_t value)
110
109
{
@@ -187,6 +186,7 @@ class PCF8574 : protected TWI::Device {
187
186
/* *
188
187
* Write pin state one(1) if given value is non-zero,
189
188
* otherwise zero(0).
189
+ * @param[in] value to write.
190
190
*/
191
191
void write (int value)
192
192
{
Original file line number Diff line number Diff line change 1
1
/* *
2
- * @file Si70XX.hh
2
+ * @file Si70XX.h
3
3
* @version 1.0
4
4
*
5
5
* @section License
You can’t perform that action at this time.
0 commit comments