mirror of
				https://github.com/eclipse/upm.git
				synced 2025-10-31 23:24:20 +03:00 
			
		
		
		
	Modified all iDistance sensors to return float.
Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
This commit is contained in:
		| @@ -36,7 +36,7 @@ namespace upm | ||||
|   { | ||||
|   public: | ||||
|     virtual ~iDistance() {} | ||||
|     virtual int getDistance() = 0; | ||||
|     virtual float getDistance() = 0; | ||||
|     /** | ||||
|       * Convert distance value from Cm(default) to one | ||||
|       * of the following: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Serban Waltter
					Serban Waltter