mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00

This library implements generic support for the pca9685 16 channel 12 bit PWM LED controller. This controller is used on some Adafruit motor shields. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
10 lines
118 B
OpenEdge ABL
10 lines
118 B
OpenEdge ABL
%module jsupm_pca9685
|
|
%include "../upm.i"
|
|
%include "cpointer.i"
|
|
|
|
%{
|
|
#include "pca9685.h"
|
|
%}
|
|
|
|
%include "pca9685.h"
|