V03 config RTC+envoie 1 donnée/seconde
Dependencies: mbed LoRaWAN-lib SX1272Lib
app/unixtimestamp.h@10:1a85ff06be1a, 2019-01-23 (annotated)
- Committer:
- MGstic
- Date:
- Wed Jan 23 16:28:51 2019 +0000
- Revision:
- 10:1a85ff06be1a
V03
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
MGstic | 10:1a85ff06be1a | 1 | #ifndef UNIXTIMESTAMP |
MGstic | 10:1a85ff06be1a | 2 | #define UNIXTIMESTAMP |
MGstic | 10:1a85ff06be1a | 3 | |
MGstic | 10:1a85ff06be1a | 4 | #include <stdio.h> |
MGstic | 10:1a85ff06be1a | 5 | #include "mbed.h" |
MGstic | 10:1a85ff06be1a | 6 | |
MGstic | 10:1a85ff06be1a | 7 | |
MGstic | 10:1a85ff06be1a | 8 | void saisie_serie(int tab[6]); |
MGstic | 10:1a85ff06be1a | 9 | void interruption_extern_bouton(void); |
MGstic | 10:1a85ff06be1a | 10 | int unix_timestamp (int date[6]); |
MGstic | 10:1a85ff06be1a | 11 | int bissextile (int an); |
MGstic | 10:1a85ff06be1a | 12 | int mois_to_s (int tab, int bi); |
MGstic | 10:1a85ff06be1a | 13 | int an_to_s (int an); |
MGstic | 10:1a85ff06be1a | 14 | void Whex_buffer(int deb,int tab[8]); |
MGstic | 10:1a85ff06be1a | 15 | void saisie_serie(int tab[6]); |
MGstic | 10:1a85ff06be1a | 16 | |
MGstic | 10:1a85ff06be1a | 17 | |
MGstic | 10:1a85ff06be1a | 18 | #endif |