From 0a0b4a025b4ed62c0e0039ea0c829194fd960c03 Mon Sep 17 00:00:00 2001
From: Engineer1999 <callbhargavp@gmail.com>
Date: Mon, 9 Mar 2020 12:39:43 +0530
Subject: [PATCH 1/3] Added README.md in ArduinoLowPower

---
 README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..197eab5
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# Low Power library
+
+This library allows user to use the low power feature of the SAMD21 MCU. This means your battery powered projects will have a loonger battery life on boards like [MKRZero](https://store.arduino.cc/usa/arduino-mkrzero), [MKR1000](https://www.arduino.cc/en/Main/ArduinoMKR1000) and [MKRFox1200](https://www.arduino.cc/en/Main/ArduinoBoardMKRFox1200).
+
+For more information about this library please visit us at
+
+<https://www.arduino.cc/en/Reference/ArduinoLowPower>
+# License
+Copyright (c) Arduino LLC. All right reserved.
+
+This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
\ No newline at end of file

From f53881e5a96fe8dd6af692a40074a20b6bdc591c Mon Sep 17 00:00:00 2001
From: Bhargav Patel <35295970+Engineer1999@users.noreply.github.com>
Date: Mon, 9 Mar 2020 15:04:29 +0530
Subject: [PATCH 2/3] Update README.md

Thank you for modification.

Co-Authored-By: per1234 <accounts@perglass.com>
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 197eab5..3b26e3c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Low Power library
 
-This library allows user to use the low power feature of the SAMD21 MCU. This means your battery powered projects will have a loonger battery life on boards like [MKRZero](https://store.arduino.cc/usa/arduino-mkrzero), [MKR1000](https://www.arduino.cc/en/Main/ArduinoMKR1000) and [MKRFox1200](https://www.arduino.cc/en/Main/ArduinoBoardMKRFox1200).
+This library allows the use of the low power features of the SAMD21 MCU. This means your battery powered projects will have a longer battery life on boards like [MKRZero](https://store.arduino.cc/usa/arduino-mkrzero), [MKR1000](https://www.arduino.cc/en/Main/ArduinoMKR1000) and [MKRFox1200](https://www.arduino.cc/en/Main/ArduinoBoardMKRFox1200).
 
 For more information about this library please visit us at
 
@@ -12,4 +12,4 @@ This library is free software; you can redistribute it and/or modify it under th
 
 This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
 
-You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
\ No newline at end of file
+You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

From 7db0da83a27c0cbf63c43a91725e3d34f1a90efb Mon Sep 17 00:00:00 2001
From: Bhargav Patel <35295970+Engineer1999@users.noreply.github.com>
Date: Mon, 9 Mar 2020 15:06:24 +0530
Subject: [PATCH 3/3] Update README.md

Co-Authored-By: per1234 <accounts@perglass.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3b26e3c..0262128 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Low Power library
+# Arduino Low Power library
 
 This library allows the use of the low power features of the SAMD21 MCU. This means your battery powered projects will have a longer battery life on boards like [MKRZero](https://store.arduino.cc/usa/arduino-mkrzero), [MKR1000](https://www.arduino.cc/en/Main/ArduinoMKR1000) and [MKRFox1200](https://www.arduino.cc/en/Main/ArduinoBoardMKRFox1200).