From 4b276d85084576eb31c36000fcdc32d27adf039b Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sun, 14 Jul 2024 20:17:34 +1200 Subject: [PATCH] add references --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f33c5aa..12ced2e 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,11 @@ The following list of devices are supported: ## License MIT + +## References + +- https://github.com/adafruit/Adafruit_nRF52_nrfutil +- https://github.com/adafruit/Adafruit_nRF52_nrfutil/blob/master/nordicsemi/dfu/dfu_transport_serial.py +- https://github.com/markqvist/RNode_Firmware/blob/master/RNode_Firmware.ino +- https://github.com/markqvist/RNode_Firmware/blob/master/Framing.h +- https://github.com/markqvist/RNode_Firmware/blob/master/Utilities.h