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-18
- Revision:
- 0:735dae6ecacf
File content as of revision 0:735dae6ecacf:
#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();