Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yasir-shahzad authored Aug 30, 2023
1 parent b424170 commit 67522e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
[![Build Status](https://github.com/yasir-shahzad/SoftI2C/workflows/LibraryBuild/badge.svg)](https://github.com/yasir-shahzad/SoftI2C/actions)
![Hit Counter](https://visitor-badge.laobi.icu/badge?page_id=yasir-shahzad_SoftI2C)

If you like **SoftI2C** - give it a star, or fork it and contribute!
[![GitHub stars](https://img.shields.io/github/stars/yasir-shahzad/SoftI2C.svg?style=social&label=Star)](https://github.com/yasir-shahzad/SoftI2C/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/yasir-shahzad/SoftI2C.svg?style=social&label=Fork)](https://github.com/yasir-shahzad/SoftI2C/network)

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
Expand Down

0 comments on commit 67522e9

Please sign in to comment.