From f88f52c4eeeb495ac3205a5fa7d94b90f9cbe66b Mon Sep 17 00:00:00 2001 From: Adam Wonak Date: Sat, 7 Mar 2026 20:24:58 -0800 Subject: [PATCH] add link to web installer --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 569aeed..14a3467 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ This library helps make writing firmware easier by abstracting away the initialization and peripheral interactions. Now your firmware code can just focus on the logic and behavior of the app, and keep the low level code neatly tucked away in this library. +## Quick Start + +You can flash the firmware to your module using the [Web Installer](https://awonak.github.io/alt-gravity/). This website also provides demo videos and documentation for each firmware version. + +https://awonak.github.io/alt-gravity/ + ## Installation Download or git clone this repository into your Arduino > libraries folder.