Alain Pegatoquet
/
_er1_test_vcs
Programme de test pour LPC1768 (affichage de LED avec tempo)
Diff: const.h
- Revision:
- 1:9ef8f1f1261d
diff -r 4f83d63af624 -r 9ef8f1f1261d const.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/const.h Mon Sep 04 16:39:47 2017 +0000 @@ -0,0 +1,7 @@ +#ifndef CONST_H +#define CONST_H + +#define TEMPO1 0.2 +#define TEMPO2 0.5 + +#endif \ No newline at end of file