Skip to content

Commit

Permalink
Add Shields to README (#213)
Browse files Browse the repository at this point in the history
* add Discord and Reddit shields

* add contrib script count

* Reformatting around shields

* Add current release shield
  • Loading branch information
roryjamesallen committed Mar 2, 2023
1 parent 421f5f8 commit 3550a57
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
# EuroPi

The EuroPi is a fully user reprogrammable module based on the [Raspberry Pi Pico](https://www.raspberrypi.com/products/raspberry-pi-pico/), which allows users to process inputs and controls to produce outputs based on code written in Python. The entire project is open-source.

### The EuroPi is a fully user reprogrammable module based on the [Raspberry Pi Pico](https://www.raspberrypi.com/products/raspberry-pi-pico/), which allows users to process inputs and controls to produce outputs based on code written in Python. The entire project is open-source.

---

<p>
<a href="https://discord.gg/JaQwtCnBV5">
<img src="https://discordapp.com/api/guilds/931297838804127794/widget.png?style=shield"
alt="chat on Discord">
</a>
<a href="https://www.reddit.com/r/EuroPi/">
<img src="https://img.shields.io/reddit/subreddit-subscribers/europi?style=social"
alt="chat on Discord">
</a>
<a href="">
<img alt="GitHub repo file count (file extension)" src="https://img.shields.io/github/directory-file-count/Allen-Synthesis/EuroPi/software/contrib?extension=py&label=contrib scripts&type=file">
</a>
<a href="">
<img alt="GitHub release (latest SemVer)" src="https://img.shields.io/github/v/release/Allen-Synthesis/Europi">
</a>

</p>

---

![GitHub release (latest SemVer)]()

This repository relates to the EuroPi module, however some users may be expecting to see what is now referred to as the 'EuroPi Prototype'. The repository for this (now deprecated) module [can be found here](https://github.com/roryjamesallen/EuroPi-Prototype)

Expand Down

0 comments on commit 3550a57

Please sign in to comment.