Strategie_13h30
Fork of CRAC-Strat_2017_homologation_gros_rob by
Embed:
(wiki syntax)
Show/hide line numbers
us_ticker_api.h
00001 /* mbed Microcontroller Library - us_ticker_api 00002 * Copyright (c) 2009 ARM Limited. All rights reserved. 00003 */ 00004 00005 #ifndef MBED_US_TICKER_API_H 00006 #define MBED_US_TICKER_API_H 00007 00008 #include <stdint.h> 00009 00010 #ifdef __cplusplus 00011 extern "C" { 00012 #endif 00013 00014 uint32_t us_ticker_read(void); 00015 00016 #ifdef __cplusplus 00017 } 00018 #endif 00019 00020 #endif
Generated on Tue Jul 12 2022 19:28:48 by 1.7.2