hello my friend any help for the pins of leds timers temp sensors?
i need other pcbs?
sorry for my english isnt very good
            
                        
                        
                        





const byte ledPinUV = 8;         // Pino que liga os leds violeta
const byte ledPinBlue = 9;       // Pino que liga os leds azuis
const byte ledPinWhite = 10;     // Pino que liga os leds brancos
const byte ledPinRoyBlue = 11;   // Pino que liga os leds "royal blue"
const byte ledPinRed = 12;   

const byte temporizador1 = 80; 
const byte temporizador2 = 81;
const byte wavemaker1 = 45;
const byte wavemaker2 = 46;
const byte temporizador1 = 45; 
const byte temporizador2 = 46;
const byte wavemaker1 = 80;
const byte wavemaker2 = 81;
const byte temporizador3 = 7;







const byte temporizador1 = 5;       // P5       // Pin that turns on the timer 1.
const byte temporizador2 = 6;       // P6       // Pin that turns on the timer 2.
const byte temporizador3 = 7;       // P7       // Pin that turns on the timer 3.
const byte temporizador4 = 8;       // P8       // Pin that turns on the timer 4.
const byte temporizador5 = 9;       // P9       // Pin that turns on the timer 5.const byte temporizador1 = A5;       // P5       // Pin that turns on the timer 1.
const byte temporizador2 = A6;       // P6       // Pin that turns on the timer 2.
const byte temporizador3 = A7;       // P7       // Pin that turns on the timer 3.
const byte temporizador4 = A8;       // P8       // Pin that turns on the timer 4.
const byte temporizador5 = A9;       // P9       // Pin that turns on the timer 5.

//****************************************************************************************************
///************************************** PCF8575 ****************************************************
//****************************************************************************************************
// Do not change this part if you have not a PCF8575 installed.
const byte temporizador1 = 80;           // Pino que liga o timer 1.
const byte temporizador2 = 81;           // Pino que liga o timer 2.
const byte temporizador3 = 82;           // Pino que liga o timer 3.
const byte temporizador4 = 83;           // Pino que liga o timer 4.
const byte temporizador5 = 84;           // Pino que liga o timer 5.
const byte solenoide1Pin = 85;           // Liga a reposicao de água doce.
const byte alimentadorPin = 86;          // Pino que controla o alimentador automático.
const byte skimmerPin = 87;              // Pino que controla o skimmer
Users viewing this topic: No registered users and 0 guests