Miniware -> Only Bit-Bang I2C

This commit is contained in:
Ben V. Brown
2023-07-22 18:18:44 +10:00
parent 296aecab00
commit 9385758593
11 changed files with 12 additions and 5391 deletions

View File

@@ -172,6 +172,9 @@
#define TIP_RESISTANCE 75 // x10 ohms, 7.5 typical for ts100 tips
#define POW_DC
#define I2C_SOFT_BUS_1 1
#define OLED_I2CBB1 1
#define ACCEL_I2CBB1 1
#define TEMP_TMP36
#endif /* TS100 */
@@ -234,6 +237,9 @@
#define POW_QC
#define TEMP_TMP36
#define I2C_SOFT_BUS_1 1
#define OLED_I2CBB1 1
#define ACCEL_I2CBB1 1
#endif /* TS80 */
#ifdef MODEL_TS80P
@@ -250,6 +256,7 @@
#define I2C_SOFT_BUS_2 1
#define I2C_SOFT_BUS_1 1
#define OLED_I2CBB1 1
#define ACCEL_I2CBB1 1
#define SC7_ORI_FLIP
#endif /* TS80P */