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:
- 26:742b77a683af
- Parent:
- 25:0cbab3945069
- Child:
- 27:df4e9ec51166
- Child:
- 28:8bda44be0dd0
--- a/main.cpp Fri Sep 03 09:53:03 2021 +0000 +++ b/main.cpp Fri Sep 03 10:07:14 2021 +0000 @@ -34,9 +34,9 @@ //#define TIMEINTERVAL //キャリブレーション 仮値 -#define OFFSET_X 375 -#define OFFSET_Y 340 -#define OFFSET_Z -200 +#define OFFSET_X 220 +#define OFFSET_Y 220 +#define OFFSET_Z -40 HAL_StatusTypeDef writeEEPROMByte(uint32_t address, uint8_t data); uint8_t readEEPROMByte(uint32_t address);