mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 19:31:15 +03:00
firmata: extended data types on pins to allow subplatform usage
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@ -69,7 +69,7 @@ class GroveUltraSonic {
|
||||
*
|
||||
* @param pin pin for triggering the sensor for distance and for receiving pulse response
|
||||
*/
|
||||
GroveUltraSonic (uint8_t pin);
|
||||
GroveUltraSonic (int pin);
|
||||
|
||||
/**
|
||||
* GroveUltraSonic object destructor.
|
||||
|
Reference in New Issue
Block a user