Skip to content

Commit 7b00d42

Browse files
committed
Merge branch 'master' of github.com:adafruit/Adafruit_nRF52_Arduino
2 parents 4cd971f + 47c9137 commit 7b00d42

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

libraries/AdafruitFeather52Examples/Hardware/nfc_to_gpio/nfc_to_gpio.ino

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
// reset is required before this change takes effect since the CONFIG
44
// memory is only read on power up.
55

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+
618
void setup() {
719
Serial.begin(115200);
820
Serial.println("Bluefruit52 NFC to GPIO Pin Config");
@@ -18,7 +30,7 @@ void setup() {
1830
delay(500);
1931
NVIC_SystemReset();
2032
}
21-
33+
2234
}
2335
void loop() {
2436
// put your main code here, to run repeatedly:

0 commit comments

Comments
 (0)