Skip to content

Commit

Permalink
add badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow578 committed Mar 1, 2024
1 parent 621fde2 commit 5542136
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# PlatformIO Arduino support for HUADA HC32F460 Series

<p align="center">
<a href="" alt="Version">
<img src="https://img.shields.io/github/package-json/v/shadow578/framework-arduino-hc32f46x" />
</a>
<a href="https://github.com/shadow578/framework-arduino-hc32f46x/pulse" alt="Activity">
<img src="https://img.shields.io/github/commit-activity/m/shadow578/framework-arduino-hc32f46x" />
</a>
<a href="https://github.com/shadow578/framework-arduino-hc32f46x/actions/workflows/ci.yaml">
<img src="https://github.com/shadow578/framework-arduino-hc32f46x/actions/workflows/ci.yaml/badge.svg?branch=main" alt="ci status">
</a>
</p>

This repository contains Arduino framework for the [HUADA HC32F460 Series](https://www.hdsc.com.cn/Category83-1487), for use with the [the hc32f46x platform](https://github.com/shadow578/platform-hc32f46x).

Primary usage is for [Marlin](https://github.com/shadow578/Marlin-H32), tho other use cases should work too.
Expand Down

0 comments on commit 5542136

Please sign in to comment.