YKNCT / YKNCT_I2C_lib

Dependents:   arim_AutoMachine

Revision:
14:5f0acdcd52ee
Parent:
11:c7c764e21224
--- 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)
 {