你好,修改vendor/T5/tuyaos/tuyaos_adapter/include/utilities/include/tuya_cloud_types.h中如下结构体,增加对应i2s端口号
typedef enum {
TUYA_I2S_NUM_0 = 0, /*!< I2S port 0 /
TUYA_I2S_NUM_1 = 1, /!< I2S port 1 /
TUYA_I2S_NUM_2 = 2, /!< I2S port 2 /
TUYA_I2S_NUM_MAX, /!< I2S port max */
} TUYA_I2S_NUM_E;
T5支持I2S的接口,芯片本身是支持的,但是涂鸦层未能适配。可以实现吗?
-
- Posts: 7