edlins / libPCA9685

superfast PCA9685 library for Debian platforms. developed on Raspbian on a Pi B+.
MIT License
13 stars 8 forks source link

remove non-debug stdout output #26

Open edlins opened 6 years ago

edlins commented 6 years ago

dumpAllRegs() prints the values to stdout. Better to fetchAllRegs() into one or more arrays and return those to the apps which are responsible for displaying the values however they want.

EDIT: or both.