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:
- 5:29d8a2619c4f
- Parent:
- 4:89a35cd1334a
- Child:
- 6:329e7b9d8cfc
--- a/YKNCT_I2C.cpp Wed Apr 03 06:43:15 2019 +0000 +++ b/YKNCT_I2C.cpp Thu Apr 04 10:16:19 2019 +0000 @@ -35,7 +35,7 @@ return ad_data[num]; } -int Y_I2C::Enc(int address) +double Y_I2C::Enc(int address) { static char data[4]= {0}; static double enc_data=0;