2
0

pcf8574.h 313 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * NXP PCF8574 8-port I2C GPIO expansion chip.
  4. *
  5. * Copyright (c) 2024 KNS Group (YADRO).
  6. * Written by Dmitrii Sharikhin <d.sharikhin@yadro.com>
  7. */
  8. #ifndef _HW_GPIO_PCF8574
  9. #define _HW_GPIO_PCF8574
  10. #define TYPE_PCF8574 "pcf8574"
  11. #endif /* _HW_GPIO_PCF8574 */