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@2:b5166e24c7a6, 2015-05-19 (annotated)
- Committer:
- julientiron
- Date:
- Tue May 19 17:46:51 2015 +0000
- Revision:
- 2:b5166e24c7a6
- Parent:
- 0:3d641e170a74
?a marche BLE+capteur de distance;
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| julientiron | 0:3d641e170a74 | 1 | /****************************************************************************** |
| julientiron | 0:3d641e170a74 | 2 | * Includes |
| julientiron | 0:3d641e170a74 | 3 | *****************************************************************************/ |
| julientiron | 0:3d641e170a74 | 4 | #include <string.h> |
| julientiron | 0:3d641e170a74 | 5 | |
| julientiron | 0:3d641e170a74 | 6 | //#define DEBUG |
| julientiron | 0:3d641e170a74 | 7 | |
| julientiron | 0:3d641e170a74 | 8 | #ifdef DEBUG |
| julientiron | 0:3d641e170a74 | 9 | #include <stdio.h> |
| julientiron | 0:3d641e170a74 | 10 | #define PRINTF(...) printf(__VA_ARGS__) |
| julientiron | 0:3d641e170a74 | 11 | #else |
| julientiron | 0:3d641e170a74 | 12 | #define PRINTF(...) |
| julientiron | 0:3d641e170a74 | 13 | #endif |
