CR95F X-Nucleo NFC03A1 Shield STM

Dependents:   Nucleo_NFC03A1_Demo

Files at this revision

API Documentation at this revision

Comitter:
duchonic
Date:
Thu Nov 08 08:06:10 2018 +0000
Parent:
3:12c871b2412d
Commit message:
only for ISO15693 devices (docu)

Changed in this revision

CR95HF.cpp Show annotated file Show diff for this revision Revisions of this file
CR95HF.h Show annotated file Show diff for this revision Revisions of this file
diff -r 12c871b2412d -r 8fce71523e13 CR95HF.cpp
--- a/CR95HF.cpp	Mon Sep 03 15:09:39 2018 +0000
+++ b/CR95HF.cpp	Thu Nov 08 08:06:10 2018 +0000
@@ -1,5 +1,4 @@
 #include <CR95HF.h>
-#include "main.h"
 
 DigitalOut InterfacePin(D9);
 
diff -r 12c871b2412d -r 8fce71523e13 CR95HF.h
--- a/CR95HF.h	Mon Sep 03 15:09:39 2018 +0000
+++ b/CR95HF.h	Thu Nov 08 08:06:10 2018 +0000
@@ -8,7 +8,14 @@
 
 /**
 * My CR95HF class.
+* 
+* This code works for ISO 15693 Tags (only!)
+* More ISOs will soon be added
 *
+* There is a STM32Cube X-Cube-NFC Example on st.com site for all ISOs and Types 
+* https://www.st.com/content/st_com/en/products/embedded-software/st25-nfc-rfid-software/x-cube-nfc3.html
+* (Warnings: the st project is a lot of pain to work with!)
+* 
 * Example:
 * @code
 * #include <CR95HF.h>