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:
- 23:83688f161631
- Parent:
- 22:3d961e5a00a4
- Child:
- 24:40e6b7c8d2f1
--- a/main.cpp Fri Sep 03 09:40:44 2021 +0000 +++ b/main.cpp Fri Sep 03 09:43:42 2021 +0000 @@ -35,7 +35,7 @@ //キャリブレーション 仮値 #define OFFSET_X 400 -#define OFFSET_Y 400 +#define OFFSET_Y 350 #define OFFSET_Z -200 HAL_StatusTypeDef writeEEPROMByte(uint32_t address, uint8_t data);