raspberrypi / hats

BSD 3-Clause "New" or "Revised" License
661 stars 144 forks source link

Improvements #37

Closed leon-anavi closed 8 years ago

leon-anavi commented 8 years ago

This patch contains the following minor improvements:

liamfraser commented 8 years ago

Hi Leon,

Thanks for your pull request. We have fixed eepflash.sh ourselves using a preferred method of bit-banged I2C. This uses a kernel module to change GPIO pin states to do I2C instead of needing to use the I2C hardware. See e54877453aac8fa4f17828ca4419d0886a99c642.

leon-anavi commented 8 years ago

Hi Liam,

OK, thank you very much for the feedback and the fix. Please also consider adding .gitignore to ignore binaries as in https://github.com/raspberrypi/hats/pull/37/commits/fc9510ecc258c332d9e93ffefe5faaf511b93adf.