mirror of
				https://github.com/eclipse/upm.git
				synced 2025-11-04 09:05:34 +03:00 
			
		
		
		
	This should be reverted when these 2 classes are removed from the i2clcd library. Will also require updating all the examples to load the new modules instead. Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			259 B
		
	
	
	
		
			OpenEdge ABL
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			259 B
		
	
	
	
		
			OpenEdge ABL
		
	
	
	
	
	
// Include doxygen-generated documentation
 | 
						|
%include "pyupm_doxy2swig.i"
 | 
						|
%module pyupm_jhd1313m1
 | 
						|
%include "../upm.i"
 | 
						|
%include "../carrays_uint8_t.i"
 | 
						|
 | 
						|
%feature("autodoc", "3");
 | 
						|
 | 
						|
%include "jhd1313m1.h"
 | 
						|
%include "jhd1313m1.hxx"
 | 
						|
%{
 | 
						|
    #include "jhd1313m1.hxx"
 | 
						|
%}
 |