Remove I2C lock2

This commit is contained in:
Ben V. Brown
2020-09-20 16:11:19 +10:00
parent e6445491bb
commit 470cae2459
5 changed files with 46 additions and 99 deletions

View File

@@ -21,6 +21,7 @@
#define ACCEL_MMA
#define ACCEL_LIS
#define TEMP_TMP36
#define BATTFILTERDEPTH 32
#endif
#ifdef MODEL_TS80
@@ -29,6 +30,7 @@
#define TEMP_TMP36
#define ACCEL_ORI_FLIP
#define OLED_FLIP
#define BATTFILTERDEPTH 8
#endif
#ifdef MODEL_TS80P
@@ -39,6 +41,7 @@
#define I2C_SOFT
#define ACCEL_ORI_FLIP
#define OLED_FLIP
#define BATTFILTERDEPTH 8
#endif
#endif /* BSP_MINIWARE_MODEL_CONFIG_H_ */