From ae06e39f67ed09da2b3b4f53756bb0f7d6b4df15 Mon Sep 17 00:00:00 2001 From: jofemodo Date: Thu, 9 Dec 2021 00:47:49 +0100 Subject: [PATCH] Restore original comment. --- wiringPi/ads1115.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiringPi/ads1115.c b/wiringPi/ads1115.c index 6c6d685..f492314 100644 --- a/wiringPi/ads1115.c +++ b/wiringPi/ads1115.c @@ -168,7 +168,7 @@ static int myAnalogRead (struct wiringPiNodeStruct *node, int pin) config = __bswap_16 (config) ; wiringPiI2CWriteReg16 (node->fd, 1, config) ; -// Wait for the conversion's end +// Wait for the conversion to complete for (;;) { delayMicroseconds (node->data3) ;