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 SDFileSystem_
Diff: main.cpp
- Revision:
- 32:856ed001ce2e
- Parent:
- 31:4ac70aa71542
- Child:
- 33:3369e5fe46aa
diff -r 4ac70aa71542 -r 856ed001ce2e main.cpp --- a/main.cpp Tue Sep 07 01:26:49 2021 +0000 +++ b/main.cpp Tue Sep 07 01:28:07 2021 +0000 @@ -36,16 +36,16 @@ //キャリブレーション 仮値 //No.1 -//#define OFFSET_X 220 -//#define OFFSET_Y 220 -//#define OFFSET_Z -40 +#define OFFSET_X 220 +#define OFFSET_Y 220 +#define OFFSET_Z -40 //No.2 //#define OFFSET_X 375 //#define OFFSET_Y 340 //#define OFFSET_Z -200 -#define OFFSET_X 0 -#define OFFSET_Y 0 -#define OFFSET_Z 0 +//#define OFFSET_X 0 +//#define OFFSET_Y 0 +//#define OFFSET_Z 0 HAL_StatusTypeDef writeEEPROMByte(uint32_t address, uint8_t data);