John Doe
|
80d5508b73
|
fix I2C case where using different pins would not work with libs calling begin internally
if you call Wire.begin(new_sda, new_scl) and your library calls
internally Wire.begin() this will overwrite the SDA,SCL pins to the
default ones
|
2015-06-20 21:57:09 +03:00 |
|
Ivan Grokhotkov
|
65eeac16e8
|
fix Wire::pins compatibility (#167)
|
2015-05-05 13:27:28 +03:00 |
|
Ivan Grokhotkov
|
f008806118
|
revert Wire::pins, mark as deprecated
|
2015-05-04 11:08:07 +08:00 |
|
ficeto
|
915eb45366
|
dumb me
|
2015-05-03 18:06:46 +03:00 |
|
ficeto
|
fbec557ddb
|
Importing my changes
|
2015-04-30 20:48:50 +03:00 |
|
Ivan Grokhotkov
|
79e0aa361a
|
Update maintainer info
|
2015-03-27 12:18:06 +03:00 |
|
Ivan Grokhotkov
|
ee35484577
|
Move i2c files into core, fix some issues with i2c
|
2015-01-21 04:13:18 +03:00 |
|
Ivan Grokhotkov
|
9ba2fcd29f
|
More license headers
|
2014-12-19 11:16:28 +03:00 |
|
Ivan Grokhotkov
|
d076e9e322
|
Remove i2c.c
replaced with i2c.cpp
|
2014-12-18 18:46:45 +03:00 |
|
Ivan Grokhotkov
|
77af5da58f
|
Clean up ets_printf declarations
|
2014-12-18 18:45:22 +03:00 |
|
Ivan Grokhotkov
|
2521c1e907
|
Wire library with i2c master support
|
2014-12-09 10:11:42 +03:00 |
|