diff options
| author | JF <jf@codingfield.com> | 2020-07-19 18:30:44 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-07-19 18:30:44 (GMT) |
| commit | 6af5bbcbc87eecccf7613785a3c9540c07d2fd3b (patch) | |
| tree | 77ea3c1c638321545c5d5f036134045ae112c6b3 /src/sdk_config.h | |
| parent | 42d8a18fe74b060a84ea74b29aefca69f9471d5f (diff) | |
New implementation of the I²C/TWI driver.
Fix reset timing and add dummy reading in Cst816S to fix init error on some devices.
Diffstat (limited to 'src/sdk_config.h')
| -rw-r--r-- | src/sdk_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sdk_config.h b/src/sdk_config.h index e83bde4..aa1bbb3 100644 --- a/src/sdk_config.h +++ b/src/sdk_config.h @@ -5244,7 +5244,7 @@ // <e> NRFX_TWI_ENABLED - nrfx_twi - TWI peripheral driver //========================================================== #ifndef NRFX_TWI_ENABLED -#define NRFX_TWI_ENABLED 1 +#define NRFX_TWI_ENABLED 0 #endif // <q> NRFX_TWI0_ENABLED - Enable TWI0 instance @@ -5257,7 +5257,7 @@ #ifndef NRFX_TWI1_ENABLED -#define NRFX_TWI1_ENABLED 1 +#define NRFX_TWI1_ENABLED 0 #endif // <o> NRFX_TWI_DEFAULT_CONFIG_FREQUENCY - Frequency |
