├── README.md ├── device ├── pca9685.go └── pwm.go ├── examples ├── demo.go └── servo.go └── imgs └── pca9685_leds.jpg /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sromerotech/pca9685-golang/HEAD/README.md -------------------------------------------------------------------------------- /device/pca9685.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sromerotech/pca9685-golang/HEAD/device/pca9685.go -------------------------------------------------------------------------------- /device/pwm.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sromerotech/pca9685-golang/HEAD/device/pwm.go -------------------------------------------------------------------------------- /examples/demo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sromerotech/pca9685-golang/HEAD/examples/demo.go -------------------------------------------------------------------------------- /examples/servo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sromerotech/pca9685-golang/HEAD/examples/servo.go -------------------------------------------------------------------------------- /imgs/pca9685_leds.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sromerotech/pca9685-golang/HEAD/imgs/pca9685_leds.jpg --------------------------------------------------------------------------------