From 1116a986723a75d161ab6ddbc2476fa39208be85 Mon Sep 17 00:00:00 2001 From: naylom <37349745+naylom@users.noreply.github.com> Date: Fri, 3 Feb 2023 13:30:53 +0000 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..268a005 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# MNMkrWiFi1010RGBLEDLib + +Arduino library to use either built in RGB LED on Mkr WiFi 1010 or an external RGB LED + +Defines a RGB macro to create a colour value and defines a number of preset colours for ease of use. + +Supports a flash option that in turn uses the MNTimer library