Me No Dev
be2a26b3ff
set SCL to OUTPUT_OPEN_DRAIN
...
fixes: https://github.com/espressif/arduino-esp32/issues/69
2016-11-25 11:25:50 +02:00
me-no-dev
c30012ab78
Add Kconfig for IDF and option to disable HAL mutexes
...
IDF Options:
- Autostart Arduino (implements app_main)
- Disable HAL locks
- Set HAL debug level
- Auto-connect STA if configured (else will connect after WiFi.begin())
2016-11-18 15:07:25 +02:00
me-no-dev
7abb15ca62
reset i2c cmd buffer before read/write
...
related to [issue
53](https://github.com/espressif/arduino-esp32/issues/53 )
2016-11-17 00:46:56 +02:00
me-no-dev
9116cc4311
remove unnecessary locks
2016-10-14 03:24:20 +03:00
me-no-dev
f9f895797a
return proper errors
2016-10-11 15:11:51 +03:00
me-no-dev
9ec4389889
implement thread-safe i2c
2016-10-11 14:20:02 +03:00
me-no-dev
3ecb32c4ba
Prevent I2C Bus locks and wrong data being sent on retry
2016-10-10 14:54:36 +03:00
me-no-dev
45f5449fbf
prevent some devices from locking the SCL line
2016-10-10 14:10:43 +03:00
me-no-dev
f3af437774
I2C SDA should properly register the ACK bit from some slaves
2016-10-10 13:53:55 +03:00
me-no-dev
cc3c55bbb1
fix i2c hal
2016-10-08 17:32:11 +03:00
me-no-dev
5f3a205955
initial import
2016-10-06 07:09:44 -06:00