Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ SoftI2CMaster

2010-2012, Tod E. Kurt, http://todbot.com/blog/
2014, by Testato: update library and examples for follow Wire’s API of Arduino IDE 1.x
2018, by Eli112358: update library to specification rev. 2.1


SoftI2CMaster is an Arduino library that implements
Expand Down
9 changes: 9 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
SoftI2CMaster KEYWORD1
setPins KEYWORD2
beginTransmission KEYWORD2
endTransmission KEYWORD2
write KEYWORD2
begin KEYWORD2
requestFrom KEYWORD2
read KEYWORD2
readLast KEYWORD2
9 changes: 9 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name=Soft I2C Master
version=1.0.0
author=Tod E. Kurt
maintainer=Tod E. Kurt
sentence=Software I2C / TWI library for Arduino allows any two pins to be SDA & SCL
paragraph=SoftI2CMaster is an Arduino library that implements a simple "bit-bang" software-only I2C (aka "TWI") Master. This lets you use any two Arduino pins to be the SDA & SCL pins needed to communicate with I2C devices like BlinkMs.
category=Communication
url=https://github.com/todbot/SoftI2CMaster
architectures=*
Loading