From 3b3829b68c3579e8e17e4078b658deaf7e907a75 Mon Sep 17 00:00:00 2001 From: sh123 Date: Fri, 15 Oct 2021 17:17:42 +0300 Subject: [PATCH] Created Software dependencies (markdown) --- Software-dependencies.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Software-dependencies.md diff --git a/Software-dependencies.md b/Software-dependencies.md new file mode 100644 index 0000000..d7c71c6 --- /dev/null +++ b/Software-dependencies.md @@ -0,0 +1,5 @@ +Install via libraries: +- Arduino ESP32 library: https://github.com/espressif/arduino-esp32 +- LoRa Arduino library: https://github.com/sandeepmistry/arduino-LoRa +- Arduino Timer library: https://github.com/contrem/arduino-timer +- CircularBuffer library: https://github.com/rlogiacco/CircularBuffer