8ee5f0a11e
Esp32 s3 support ( #6341 )
...
Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com >
Co-authored-by: Unexpected Maker <seon@unexpectedmaker.com >
Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com >
Co-authored-by: Tomáš Pilný <34927466+PilnyTomas@users.noreply.github.com >
Co-authored-by: Pedro Minatel <pedro.minatel@espressif.com >
Co-authored-by: Ivan Grokhotkov <ivan@espressif.com >
Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com >
Co-authored-by: Limor "Ladyada" Fried <limor@ladyada.net >
2022-03-28 12:09:41 +03:00
460af2e1a5
Fix I2C Slave Compile ( #6108 )
...
I2C Slave currently doesn't compile for projects where Arduino is an IDF component. This adds missing conditionals.
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com >
2022-01-17 16:29:50 +02:00
26dddc5f94
Fix the execute bit of some files. ( #5986 )
...
- Remove the execute bit from source and text files.
- on-pages.sh script needs the execute bit to be set.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com >
2021-12-14 14:24:44 +02:00
c9916c463f
Fix I2C clock stretching issue with ESP32 ( #5910 )
...
It was found that when I2C device is holding the clock LOW, ESP32 master is failing to wait for the clock to be released.
Fixes : #5875
Fixes : sparkfun/SparkFun_u-blox_GNSS_Arduino_Library#77
2021-11-19 18:43:59 +02:00
b145e65975
API Optimizations
...
- Support Wire::end() for Slave
- Prevent Master operations when in Slave mode
2021-10-11 14:46:31 +03:00
f9f70d2f73
I2C Slave Implementation
2021-10-09 14:30:20 +03:00