upm/src/lcd/pyupm_ssd1308.i
Kiveisha Yevgeniy 039b138194 ssd1308: Added new oled display
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
2014-06-06 12:36:40 +00:00

9 lines
102 B
OpenEdge ABL

%module pyupm_ssd1308
%feature("autodoc", "3");
%include "ssd1308.h"
%{
#include "ssd1308.h"
%}