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