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:
- 25:0cbab3945069
- Parent:
- 24:40e6b7c8d2f1
- Child:
- 26:7c2030d5878f
--- a/main.cpp Fri Sep 03 09:48:17 2021 +0000 +++ b/main.cpp Fri Sep 03 09:53:03 2021 +0000 @@ -35,7 +35,7 @@ //キャリブレーション 仮値 #define OFFSET_X 375 -#define OFFSET_Y 325 +#define OFFSET_Y 340 #define OFFSET_Z -200 HAL_StatusTypeDef writeEEPROMByte(uint32_t address, uint8_t data);