Sfoglia il codice sorgente

Restore original comment.

pull/143/head
jofemodo 2 anni fa
parent
commit
ae06e39f67
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      wiringPi/ads1115.c

+ 1
- 1
wiringPi/ads1115.c Vedi 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) ;


Caricamento…
Annulla
Salva