Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: main.h
- Revision:
- 0:716b93ab9a58
- Child:
- 1:c125f4e65df7
diff -r 000000000000 -r 716b93ab9a58 main.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.h Fri Oct 29 20:56:20 2021 +0000 @@ -0,0 +1,22 @@ +/* Define to prevent recursive inclusion -------------------------------------*/ +#ifndef __MAIN_LEC9_H_ +#define __MAIN__LEC9_H_ + +#ifdef __cplusplus + extern "C" { +#endif + +/* Includes ------------------------------------------------------------------*/ +#include "stm32f4xx_mort2.h" + + + +/*Function definitions---------------------------------------------------------*/ +void debugPrint(uint32_t what); + + +#ifdef __cplusplus +} +#endif + +#endif /*__MAIN_LEC9_H */