NEC Near Field Communication RF module library for mbed H001-000003-001 (950MHz), H001-000013-001 (920MHz), TY24FM-E2024 (2.4GHz)

Dependents:   NECnfc_sample Drone_air Drone_ground

NEC Near Field Communication RF module library

NEC製の近距離無線モジュール用のライブラリです。

詳細はこちら

Revision:
1:5d157700a95d
Parent:
0:337524afec9b
Child:
2:9e108187ccfe
--- a/NECnfc.cpp	Tue Jul 17 08:30:31 2012 +0000
+++ b/NECnfc.cpp	Sun Sep 02 08:06:05 2012 +0000
@@ -149,6 +149,7 @@
     
     for (i = 0; i < ifmsg.length; i ++) {
         rf.putc(buf[i]);
+        DBG("%02x_", buf[i]);
     }
 
     return ifmsg.msgno;