todbot / SoftI2CMaster

Software I2C / TWI library for Arduino allows any two pins to be SDA & SCL
http://todbot.com/blog/
Other
72 stars 48 forks source link

Include bit bang support to New LiquidCrystal library #6

Open fmalpartida opened 9 years ago

fmalpartida commented 9 years ago

Hi,

I am looking to support this library with all the flavours of driving LCDs that is currently supported in the New LiquidCrystal library: https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home

I am currently supporting it and requesting users to download from here. I was hoping that I could integrate it as part of the distribution of the New LiquidCrystal library but I haven't found the licensing terms of your source code. The distribution would be with your files completely untouched and indeed mention its usage and link to this repo in its wiki.

Please share your thoughts.

Best regards,

fm

todbot commented 9 years ago

Hi, I added a license file. It's CC-SA. that cool?

fmalpartida commented 9 years ago

Fantastic! I will pull in the code and make and update to the wiki.

Thanks for sharing!