Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-winn authored Dec 8, 2024
1 parent 0005706 commit 577532e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.

0 comments on commit 577532e

Please sign in to comment.