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:
@@ -65,7 +65,7 @@ class HCSR04 {
|
||||
* @param fptr Function pointer to handle rising-edge and
|
||||
* falling-edge interrupts
|
||||
*/
|
||||
HCSR04 (uint8_t triggerPin, uint8_t echoPin);
|
||||
HCSR04 (int triggerPin, int echoPin);
|
||||
/**
|
||||
* HCSR04 object destructor
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user