From bcdc1c35101d0d448908bb3bf8bb00fbe3a8a7fd Mon Sep 17 00:00:00 2001 From: hasenradball Date: Thu, 5 Dec 2024 21:20:21 +0100 Subject: [PATCH] remove spaces in header file --- PCF8574.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PCF8574.h b/PCF8574.h index 73e83e3..38e9cd9 100644 --- a/PCF8574.h +++ b/PCF8574.h @@ -204,7 +204,7 @@ class PCF8574 { * swapping pin 7 with 0, 6 with 1, 5 with 2 etc. * */ - void reverse(); + void reverse(); /** * @brief select sets the specified pin pin to High, @@ -212,7 +212,7 @@ class PCF8574 { * * @param pin pin which should be set to 1 */ - void select(const uint8_t pin); + void select(const uint8_t pin); /** * @brief select sets the pins from 0...pin to High, @@ -220,7 +220,7 @@ class PCF8574 { * * @param pin pin up to which should be set to 1 */ - void selectN(const uint8_t pin); + void selectN(const uint8_t pin); /** * @brief sets all pins to LOW.