添加I2C

This commit is contained in:
2024-03-02 01:06:06 +08:00
parent deafcfed1a
commit bef8342c93
21 changed files with 20646 additions and 18411 deletions
+5
View File
@@ -38,6 +38,11 @@ typedef struct sKEY
struct sKEY *next_ptr;
void ( *pressed )( void );
void ( *released )( void );
void ( *clicked )( void );
void ( *doubleclicked )( void );
}KEY_t;
typedef KEY_t* KEY_ptr;