Modifications

Sauter à la navigation Sauter à la recherche
18 octets ajoutés ,  15 août 2016 à 15:21
Ligne 103 : Ligne 103 :  
     def __call__(self):
 
     def __call__(self):
 
         while not self.terminated:
 
         while not self.terminated:
             # Read channel 0 in single-ended mode using the settings above
+
             # Lecture du canal 0 en mode single-ended en utilisant la configuration ci-avant
 
             volts = adc.readADCSingleEnded(0, gain, sps) / 1000
 
             volts = adc.readADCSingleEnded(0, gain, sps) / 1000
 
             self.pitft.set_volts_label(volts)
 
             self.pitft.set_volts_label(volts)
29 918

modifications

Menu de navigation