From d7ae628851e2fd0d357136410d78cf4a9179eb13 Mon Sep 17 00:00:00 2001 From: AK-Homberger <53138495+AK-Homberger@users.noreply.github.com> Date: Mon, 9 Sep 2019 12:33:30 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 74c345b..f2601c8 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ As Arduino board for the ProMicro you can either use the standard Arduino "Leona The software is using several additional Arduino libraries (RCSwitch, Adafruit_GFX, Adafruit_SSD1306). These libraries have to be downloaded and installed. -https://github.com/sui77/rc-switch -https://github.com/adafruit/Adafruit-GFX-Library -https://github.com/adafruit/Adafruit_SSD1306 +- https://github.com/sui77/rc-switch +- https://github.com/adafruit/Adafruit-GFX-Library +- https://github.com/adafruit/Adafruit_SSD1306 The software is sending a beep to the Raymarine devices (Seatalk alarm function). This helps to get a feedback regarding the recognition of of a pressed key. The LED on the PCB blinks in addition if keys are successfully recognised. This should also help with trouble shooting.