#ifndef ILUMINACION_H
#define ILUMINACION_H

void iniciaIluminacion(void);
void Luz0 (void);
void Cobre (void);

#endif

