From 363570c1e8168da1238de695ab3e92f9ac144201 Mon Sep 17 00:00:00 2001 From: Guilherme Trein Date: Sat, 29 Jun 2019 12:53:24 -0400 Subject: [PATCH] Improve Markdown syntax --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index de61264..3d3818d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ ### Low-Power Lightweight low power library for Arduino. -Version: 1.80 - -Date: 04-10-2018 +- Version: 1.80 +- Date: 04-10-2018 Devices Supported: + * ATMega88 * ATMega168 * ATMega168P @@ -17,5 +17,5 @@ Devices Supported: * ATMega256RFR2 * ATSAMD21G18A -####Notes: -External interrupt during standby on ATSAMD21G18A requires a patch to the Arduino SAMD Core in order for it to work. Fix is provided by this particular pull request. +#### Notes: +External interrupt during standby on ATSAMD21G18A requires a patch to the [Arduino SAMD Core](https://github.com/arduino/ArduinoCore-samd) in order for it to work. Fix is provided by this particular [pull request](https://github.com/arduino/ArduinoCore-samd/pull/90).