From 577532e3693be7a35af924684206b8e026a3f621 Mon Sep 17 00:00:00 2001 From: Jeff Winn <6961614+jeff-winn@users.noreply.github.com> Date: Sun, 8 Dec 2024 10:34:50 -0500 Subject: [PATCH] Update README.md --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index db84402..487d58b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@ -# Nemesis Mod -It started off as me just wanting to play with an Arduino while repurposing some old .NET Gadgeteer hardware I had laying around the house. It turned into quite a bit more than that over the months that I worked on it. Hopefully the source code will help someone interested in replicating the success I had with my project with their own. Happy coding! - -| Branch | Status | -| ------ | -------------| -| master | [![CI](https://github.com/jeff-winn/Nemesis-Mod/actions/workflows/ci.yaml/badge.svg)](https://github.com/jeff-winn/Nemesis-Mod/actions/workflows/ci.yaml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nemesis-mod&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=nemesis-mod) | +# Stryfe Mod +This project aims to bring Arduino hardware into the Stryfe (any pusher based semi-automatic) blaster platform. ## Setting up your environment Because this project requires the use of symbolic links, you will need to use the command line to clone the repository. Visual Studio Code can do it, but it does not permit symbolic links by default. @@ -23,7 +19,6 @@ These are the boards and hardware being used by the project: ### Optional Hardware - [Adafruit Feather nRF52840 Express](https://www.adafruit.com/product/4062) - Bluetooth sketch -- [MaxAmps LiPo 3250 3S 11.1v Battery Pack](https://www.maxamps.com/lipo-3250-3s-11-1v-battery-pack) ## Bluetooth Support If you wish to use the Bluetooth connectivity included with this device, please see the Wiki page.