File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
libraries/AdafruitFeather52Examples/Hardware/nfc_to_gpio Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 3
3
// reset is required before this change takes effect since the CONFIG
4
4
// memory is only read on power up.
5
5
6
+ // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7
+ // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
8
+ // !!!!! IMPORTANT NOTE ... READ BEFORE RUNNING THIS SKETCH !!!!!
9
+ // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
+ // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
11
+
12
+ // UICR customer registers are meant to be stored with values
13
+ // that are supposed to stay there during the life time of the softdevice.
14
+ // You cannot erase them without erasing everything on chip, so setting the
15
+ // NFC pins to GPIO mode is a ONE WAY OPERATION and you will need a debugger
16
+ // like a Segger J-Link to set them back to NFC mode!
17
+
6
18
void setup () {
7
19
Serial.begin (115200 );
8
20
Serial.println (" Bluefruit52 NFC to GPIO Pin Config" );
@@ -18,7 +30,7 @@ void setup() {
18
30
delay (500 );
19
31
NVIC_SystemReset ();
20
32
}
21
-
33
+
22
34
}
23
35
void loop () {
24
36
// put your main code here, to run repeatedly:
You can’t perform that action at this time.
0 commit comments