Projet Interfacage capteur de recul

Dependencies:   TS_DISCO_F746NG LCD_DISCO_F746NG SRF02 BSP_DISCO_F746NG BUTTON_GROUP

Revision:
4:fb942253d9e6
Parent:
3:5b6f580d3f3a
Child:
5:8df147fe09cc
--- a/Clock.h	Thu Jun 25 11:44:46 2020 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-#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();
\ No newline at end of file