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:
4:07e752ff8dce
--- a/NECnfc.h	Mon Oct 19 01:36:35 2015 +0000
+++ b/NECnfc.h	Thu Apr 07 00:53:53 2016 +0000
@@ -147,6 +147,8 @@
     enum Mode _mode;
     struct ifMessage _rxmsg;
     char *_rxbuf;
+    int _rxlen;
+    int _rxcount;
     int _msgno;
     volatile int _ack, _noack, _resend;
     int _txmsg;