Skip to content

bonezegei/Bonezegei_PCF8574

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bonezegei_PCF8574

Arduino Library for I2C Input Output Expander

The PCF8574 is a device that allows users to expand the number of digital input/output pins of a microcontroller via the I2C bus (Texas Instruments, 2016). The Bonezegei library provides functions for basic port manipulation, such as reading and writing to the pins (Batutay, 2023). The paper demonstrates the installation of the library on Arduino 2 IDE and shows examples of how to use the library functions in various scenarios.

Disclaimer

The code and libraries provided by Bonezegei is intended for informational and educational purposes only. Bonezegei does not own or manufacture the hardware associated with the code. The code is provided "as is" without any warranty, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall Bonezegei be liable for any claim, damages, or other liability arising from the use of the code or the hardware. Users are solely responsible for ensuring that their use of the code complies with all applicable laws and regulations.

Other Resources

P

#bonezegei