test de premier push

Dependencies:   WakeUp mbed EPD_GDE021A1

Committer:
mathieusab
Date:
Mon Nov 07 21:19:52 2016 +0000
Revision:
4:a83220bd7ea2
Child:
24:b1c29d839d9b
Ajout de constants.h

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mathieusab 4:a83220bd7ea2 1 /*
mathieusab 4:a83220bd7ea2 2 * constants.h
mathieusab 4:a83220bd7ea2 3 *
mathieusab 4:a83220bd7ea2 4 * Created on: 6 nov. 2016
mathieusab 4:a83220bd7ea2 5 * Author: mathieusab
mathieusab 4:a83220bd7ea2 6 */
mathieusab 4:a83220bd7ea2 7
mathieusab 4:a83220bd7ea2 8 #ifndef CODE_HEADERS_CONSTANTS_H_
mathieusab 4:a83220bd7ea2 9 #define CODE_HEADERS_CONSTANTS_H_
mathieusab 4:a83220bd7ea2 10
mathieusab 4:a83220bd7ea2 11 // durée courte de veille en minutes
mathieusab 4:a83220bd7ea2 12 #define DEEPSLEEP_SHORT_DURATION 8
mathieusab 4:a83220bd7ea2 13
mathieusab 4:a83220bd7ea2 14 // durée courte de veille en minutes
mathieusab 4:a83220bd7ea2 15 #define DEEPSLEEP_LONG_DURATION 60
mathieusab 4:a83220bd7ea2 16
mathieusab 4:a83220bd7ea2 17 #endif /* CODE_HEADERS_CONSTANTS_H_ */