Code projet_gestion_de_commande_en_ligne
Dependencies: TS_DISCO_F746NG LCD_DISCO_F746NG BSP_DISCO_F746NG BUTTON_GROUP
Clock.h
- Committer:
- darkseb
- Date:
- 2020-06-25
- Revision:
- 3:5b6f580d3f3a
- Parent:
- 0:735dae6ecacf
File content as of revision 3:5b6f580d3f3a:
#pragma once #include <stdint.h> // Return the number of seconds since boot. float clock_s(); // Return the number of milliseconds since boot. uint64_t clock_ms(); // Return the number of microseconds since boot. uint64_t clock_us();