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:
- 14:5f0acdcd52ee
- Parent:
- 11:c7c764e21224
diff -r a84481c7a312 -r 5f0acdcd52ee YKNCT_I2C.cpp --- a/YKNCT_I2C.cpp Fri Apr 26 16:58:25 2019 +0000 +++ b/YKNCT_I2C.cpp Sat Apr 27 11:11:10 2019 +0000 @@ -1,4 +1,4 @@ -#include "YKNCT_I2C.h" +#include "YKNCT.h" Y_I2C::Y_I2C(PinName sda, PinName scl) : i2c(sda, scl) {