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:
6:2e1fc47e5bca
Parent:
5:e5a358e9ed94
--- a/NECnfc.cpp	Mon Oct 19 01:36:35 2015 +0000
+++ b/NECnfc.cpp	Thu Apr 07 00:53:53 2016 +0000
@@ -21,6 +21,7 @@
     _msgno = 0;
     _id = NEC_DUMMYID;
     _received = 0;
+    _rxcount = 0;
 
     initUart(reset, NC, NC, baud);
     setReset(true);
@@ -37,6 +38,7 @@
     _msgno = 0;
     _id = NEC_DUMMYID;
     _received = 0;
+    _rxcount = 0;
 
     initUart(reset, wakeup, mode, baud);
     setReset(true);