From 6f1e318e903c3dcef2e7fda33e56458067d8ca85 Mon Sep 17 00:00:00 2001 From: AK-Homberger <53138495+AK-Homberger@users.noreply.github.com> Date: Mon, 9 Sep 2019 12:32:27 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 679b813..74c345b 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,11 @@ The three files from "NewHWSworking" have to be copied into the Arduino director As Arduino board for the ProMicro you can either use the standard Arduino "Leonardo" board information or the ProMicro SparkFun implementation: https://learn.sparkfun.com/tutorials/pro-micro--fio-v3-hookup-guide . Both will work. -The software is using several additional Arduino libraries (RCSwitch, Adafruit_GFX, Adafruit_SSD1306). These libraries have to be downloaded and installed. +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 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.