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
4c9c1ff2c8
ak-kr-project
/
Core
/
Inc
/
PCA9685.h
8 lines
101 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 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
PCA9685_run_test
(
void
)
;
add PCA9685 testing, add support for one-time run and cleanup functions
2025-03-08 22:33:55 +02:00
void
PCA9685_cleanup
(
void
)
;
refactor function and file naming
2025-03-09 14:35:40 +02:00
#
endif