edlins / libPCA9685

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

types changes #32

Closed edlins closed 6 years ago

edlins commented 6 years ago

cleanup the types of variables. prefer types in this order: 1) bool (stdbool.h in c99) 2) unsigned char 3) int