/// - corregido un error en el parsing de los comandos que devolvia error 256 (faltaba un else) /// - agregado nuevo sensor id7 (posicion ultrasonico HC-SR04) (por ...
const int ind_pin = 8; // Digital pin connected to the infrared/inductive sensor const int ind_measurements = 3; // Number of measurements to average bool ind_firstPulseDetected = false; // Flag to ...