nixie_clock/Nixie clock.h

17 lines
220 B
C

/*
* Nixie_clock.h
*
* Created: 25/12/2013 14:25:40
* Author: Adrien
*/
#ifndef NIXIE CLOCK_H_
#define NIXIE CLOCK_H_
void affichage_heur();
void affichage_date();
#endif /* NIXIE CLOCK_H_ */