mirror of
https://github.com/esphome/esphome.git
synced 2026-09-15 00:58:40 +00:00
Remove duplicate @brief line in cached_gpio.h
This commit is contained in:
@@ -28,7 +28,6 @@ namespace esphome::gpio_expander {
|
||||
template<typename T, uint16_t N, typename P = typename std::conditional<(N > 256), uint16_t, uint8_t>::type>
|
||||
class CachedGpioExpander {
|
||||
public:
|
||||
/// @brief Read the state of the given pin.
|
||||
/// @brief Read the state of the given pin.
|
||||
/// By default, each read invalidates the pin's cache entry so the next read
|
||||
/// of the same pin triggers a fresh hardware read. When invalidate_on_read
|
||||
|
||||
Reference in New Issue
Block a user