I2C: Add i2c support for ESP32C6

This commit is contained in:
Cao Sen Miao
2022-11-02 18:09:22 +08:00
parent 84be4db4e5
commit 803fc3fbe0
24 changed files with 1097 additions and 85 deletions

View File

@@ -62,7 +62,6 @@ void app_main(void)
#endif
register_i2ctools();
register_system();
printf("\n ==============================================================\n");
printf(" | Steps to Use i2c-tools |\n");