From 4e14fc753ec65b3b1674018ed08f36f39aa2f860 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Wed, 24 Apr 2024 00:08:30 +0800 Subject: [PATCH] CI/CD workflow badges on README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dc2c70b..715b62a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # N2CMU Arduino Library +![Arduino CI](https://github.com/nthnn/n2cmu-arduino/actions/workflows/ci_build.yml/badge.svg) ![Arduino Lint](https://github.com/nthnn/n2cmu-arduino/actions/workflows/ci_lint.yml/badge.svg) +![Arduino Release](https://img.shields.io/badge/Library%20Manager-1.0.0-red?logo=Arduino) +[![License: GNU GPL v3.0](https://img.shields.io/badge/License-GNU%20GPL%20v3.0-yellow.svg)](https://github.com/nthnn/SIM900/blob/main/LICENSE) + This is the official Arduino library for [N2CMU](https://github.com/nthnn/n2cmu) (Neural Network Coprocessing Microcontroller Unit). ## Getting Started