lcd: rename from iiclcd to i2clcd, add swig
[contrib/upm.git] / src / lcd / pyupm_i2clcd.i
1 %module pyupm_i2clcd
2
3 %feature("autodoc", "3");
4
5 %include "i2clcd.h"
6 %{
7     #include "i2clcd.h"
8 %}
9
10 %include "jhd1313m1.h"
11 %{
12     #include "jhd1313m1.h"
13 %}
14
15 %include "lcm1602.h"
16 %{
17     #include "lcm1602.h"
18 %}
19
20 %include "ssd1327.h"
21 %{
22     #include "ssd1327.h"
23 %}