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: XBee.cpp
- Revision:
- 0:7e177131730d
- Child:
- 1:7f0b90daef14
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/XBee.cpp Thu Jul 02 00:58:13 2015 +0000
@@ -0,0 +1,11 @@
+#include "mbed.h"
+#include "I2CDevice.h"
+#include "XBee.h"
+
+XBee::XBee( I2C* i2c, char address ) : I2CDevice( i2c, address ){
+
+}
+
+void XBee::read(){
+ // todo:値取得処理を追加
+}
\ No newline at end of file