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.
Dependencies: HC_SR04_Ultrasonic_Library Servo mbed
Fork of FIP_REV1 by
BlueNRG_F4_BSP/inc/debug.h
- Committer:
- julientiron
- Date:
- 2015-05-19
- Revision:
- 2:b5166e24c7a6
- Parent:
- 0:3d641e170a74
File content as of revision 2:b5166e24c7a6:
/******************************************************************************
* Includes
*****************************************************************************/
#include <string.h>
//#define DEBUG
#ifdef DEBUG
#include <stdio.h>
#define PRINTF(...) printf(__VA_ARGS__)
#else
#define PRINTF(...)
#endif
