add CS43L22 Audio chip testing functions

This commit is contained in:
2025-03-09 15:24:26 +02:00
parent 9a40b5a6fb
commit 13db07642e
6 changed files with 106 additions and 19 deletions

7
Core/Inc/CS43L22.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef __CS43L22
#define __CS43L22
void CS43L22_run_test(void);
void CS43L22_cleanup(void);
#endif