test de premier push

Dependencies:   WakeUp mbed EPD_GDE021A1

Committer:
mathieusab
Date:
Fri Nov 25 06:56:49 2016 +0000
Revision:
27:221ee2a91664
Parent:
24:b1c29d839d9b
Appel depuis le main de la fonction send(); Faut verifier si la commande est bonne dans le send.cpp

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 24:b1c29d839d9b 12 #define DEEPSLEEP_SHORT_DURATION (8*60)
mathieusab 4:a83220bd7ea2 13
mathieusab 4:a83220bd7ea2 14 // durée courte de veille en minutes
mathieusab 24:b1c29d839d9b 15 #define DEEPSLEEP_LONG_DURATION (60*60)
mathieusab 4:a83220bd7ea2 16
mathieusab 4:a83220bd7ea2 17 #endif /* CODE_HEADERS_CONSTANTS_H_ */