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: mbed
Fork of XL320_Test by
Diff: XL320_MFA/XL320_MFA.h
- Revision:
- 4:2df002cf5f6c
- Parent:
- 3:89bed7a6d852
--- a/XL320_MFA/XL320_MFA.h Thu Feb 25 04:28:14 2016 +0000 +++ b/XL320_MFA/XL320_MFA.h Sun Feb 28 14:48:03 2016 +0000 @@ -8,7 +8,7 @@ static Serial pc(USBTX,USBRX); ////////// DEBUG /////////// -//#define DATA_DEBUG //Command this line to disable some of pc.printf in XL320_MFA.cpp +#define DATA_DEBUG //Command this line to disable some of pc.printf in XL320_MFA.cpp ////////// SHIFT BYTES /////////// #define SHIFT_TO_LSB(w) (uint8_t((uint16_t(w)) & 0x00ff))