mirror of
				https://github.com/eclipse/upm.git
				synced 2025-11-04 09:05:34 +03:00 
			
		
		
		
	BH1749: Add library blocks to headers, JSON format, and change SWIG JAVA vector type
- Add library blocks to header files - Removed unneccessay new lines in JSON file - Change SWIG Java floatVector to uint16Vector Signed-off-by: Assam Boudjelthia <assam.boudjelthia@fi.rohmeurope.com>
This commit is contained in:
		@@ -28,7 +28,7 @@ public class BH1749_Example {
 | 
			
		||||
		int sampleCounter = 10;
 | 
			
		||||
		long waitTime;
 | 
			
		||||
		upm_bh1749.BH1749 bh1749;
 | 
			
		||||
		upm_bh1749.floatVector result;
 | 
			
		||||
		upm_bh1749.uint16Vector result;
 | 
			
		||||
		
 | 
			
		||||
		bh1749 = new upm_bh1749.BH1749();
 | 
			
		||||
		bh1749.SensorInit(upm_bh1749.OPERATING_MODES.INT_JUDGE_1,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user