This website requires JavaScript.
Explore
Help
Register
Sign In
hasslesstech
/
ak-kr-project
Watch
1
Star
0
Fork
You've already forked ak-kr-project
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5bbbc9fe44
ak-kr-project
/
Core
/
Inc
/
CS43L22.h
8 lines
101 B
C
Raw
Normal View
History
Unescape
Escape
add CS43L22 Audio chip testing functions
2025-03-09 15:24:26 +02:00
#
ifndef __CS43L22
#
define __CS43L22
add new UI for testing phase, update modules to indicate success or failure in the return value
2025-04-14 19:33:13 +03:00
int
CS43L22_run_test
(
void
)
;
add CS43L22 Audio chip testing functions
2025-03-09 15:24:26 +02:00
void
CS43L22_cleanup
(
void
)
;
#
endif