Skip to content

Commit f6999ef

Browse files
authored
Add badges to README for project status and license
Added badges for build status, latest release, and license to README.
1 parent 414dd9a commit f6999ef

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
![Build Status](https://img.shields.io/github/actions/workflow/status/jit89/PicoButtonAsync/compile-test.yml?label=build)
2+
![Latest Release](https://img.shields.io/github/v/release/jit89/PicoButtonAsync?color=blue)
3+
![License](https://img.shields.io/github/license/jit89/PicoButtonAsync)
4+
15
# PicoButtonAsync
26

37
A fast, multicore-safe button management library for the **RP2040** and **RP2350** (Raspberry Pi Pico/Pico 2). This library is designed for projects requiring reliability, non-interference with other hardware resources (e.g Timers, Wi-Fi/USB stack etc), and low-latency input detection that does not block the main execution loop.

0 commit comments

Comments
 (0)