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.
Diff: YKNCT_I2C.cpp
- Revision:
- 4:89a35cd1334a
- Parent:
- 3:397a179b4d9e
- Child:
- 5:29d8a2619c4f
--- a/YKNCT_I2C.cpp Wed Apr 03 02:38:55 2019 +0000 +++ b/YKNCT_I2C.cpp Wed Apr 03 06:43:15 2019 +0000 @@ -88,6 +88,7 @@ /*8bitから7bitに変換*/ i2c.write((MD_I2C_Data + number)->DevAddress << 1,(MD_I2C_Data + number)->pData,2); + wait_us(1000); } /** @@ -108,4 +109,5 @@ /*8bitから7bitに変換*/ i2c.write((MD_I2C_Data + number)->DevAddress << 1,(MD_I2C_Data + number)->pData,2); + wait_us(1000); } \ No newline at end of file