nixie_clock/Nixie clock.h

17 lines
220 B
C
Raw Normal View History

2017-02-05 12:05:32 +01:00
/*
* 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_ */