Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Software-based I2C communication library for Arduino

License

NotificationsYou must be signed in to change notification settings

yasir-shahzad/SoftI2C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MITInstallation instructionsCommits since latestGitHub issuesDownloadsHit Counter

If you likeSoftI2C - give it a star, or fork it and contribute!GitHub starsGitHub forks

The SoftI2C library provides an Arduino-compatible implementation of the I2C communication protocol using software-based methods. It allows you to perform I2C communication without relying on hardware I2C pins, which can be useful in situations where hardware I2C is unavailable or needs to be emulated.

Features

  • Software-based I2C communication.
  • Emulates I2C communication over GPIO pins.
  • Provides read and write functionality.
  • Easy-to-use API for I2C operations..

Installation

  1. Download the library ZIP file from theGitHub repository.
  2. In the Arduino IDE, go toSketch >Include Library >Add .ZIP Library....
  3. Select the downloaded ZIP file and clickOpen..

Usage

  1. Include the library at the beginning of your sketch:

    #include<SoftI2C.h>

Contributing

Contributions to the SoftI2C library are welcome! If you find any issues or have suggestions for improvements, please feel free to submit a pull request or open an issue on the GitHub repository..

License

This project is licensed under the MIT License.

About

Software-based I2C communication library for Arduino

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors5

Languages


[8]ページ先頭

©2009-2025 Movatter.jp