Browse Source

Restore original comment.

pull/143/head
jofemodo 2 years ago
parent
commit
ae06e39f67
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      wiringPi/ads1115.c

+ 1
- 1
wiringPi/ads1115.c View File

@@ -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) ;


Loading…
Cancel
Save