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
107a454051
ak-kr-project
/
Core
/
Inc
/
PCA9685.h
8 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
refactor function and file naming
2025-03-09 14:35:40 +02:00
#
ifndef __PCA9685
#
define __PCA9685
add PCA9685 testing, add support for one-time run and cleanup functions
2025-03-08 22:33:55 +02:00
void
PCA9685_run_test
(
void
)
;
void
PCA9685_cleanup
(
void
)
;
refactor function and file naming
2025-03-09 14:35:40 +02:00
#
endif