Modifications

Sauter à la navigation Sauter à la recherche
Ligne 84 : Ligne 84 :  
<syntaxhighlight lang="C">unsigned int* calibratedMinimumOn</syntaxhighlight>
 
<syntaxhighlight lang="C">unsigned int* calibratedMinimumOn</syntaxhighlight>
   −
The calibrated minimum values measured for each sensor, with emitters on. The pointers are unallocated and set to 0 until '''calibrate()''' is called, and then allocated to exactly the size required. Depending on the readMode argument to calibrate(), only the On or Off values may be allocated, as required. This and the following variables are made public so that you can use them for your own calculations and do things like saving the values to EEPROM, performing sanity checking, etc
+
Les valeurs minimales de calibration pour chaque senseur (avec diode IR allumée). Les pointeurs ne sont pas alloués (et placés à 0) until '''calibrate()''' is called, and then allocated to exactly the size required. Depending on the readMode argument to calibrate(), only the On or Off values may be allocated, as required. This and the following variables are made public so that you can use them for your own calculations and do things like saving the values to EEPROM, performing sanity checking, etc
    
=== calibratedMaximumOn ===
 
=== calibratedMaximumOn ===
29 837

modifications

Menu de navigation