Rajath Ravi / Mbed 2 deprecated ravi_blinkycode

Dependencies:   mbed

main_Lec9.h

Committer:
rajathr
Date:
2021-10-23
Revision:
0:34ee385f4d2d

File content as of revision 0:34ee385f4d2d:

/* 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 */