#ifndef ILUMINACION_H
#define ILUMINACION_H

void iniciaIluminacion(void);
void luz0 (void);
void cobre (void);
void blanco(void);

#endif
