Skip to content

Commit 3dc052d

Browse files
docs: remove repeated words (#6)
* docs: remove repeated words * feat: add badges for better readibility
1 parent cce6f71 commit 3dc052d

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1-
# ESP32 Zephyr RTOS Watch
1+
<p align="center">
2+
<h1 align="center">ZephyrWatch</h1>
3+
</p>
4+
<p align="center">
5+
an open-source smartwatch based on lvgl, zephyr and ble
6+
</p>
27

3-
This is a smart-watch project based on ESP32, LVGL and Zephyr RTOS. I started it as a side project to learn about Zephyr, BLE and LVGL. As you can imagine, it was a big kick to learn about many stuff at oonce. Now, I'm proud to present you. Feel free to contribute and/or contact to me!
8+
<div align="center">
9+
10+
![version](https://img.shields.io/github/package-json/v/electricalgorithm/zephyr-watch?logoColor=blue&style=flat-square) ![](https://img.shields.io/badge/license-GNUv3-critical?style=flat-square) ![stars](https://img.shields.io/github/stars/electricalgorithm/zephyr-watch?style=flat-square) ![GitHub branch check runs](https://img.shields.io/github/check-runs/electricalgorithm/zephyr-watch/main?style=flat-square)
11+
12+
---
13+
14+
</div>
415

516
### Features
617
- Real-Time Counter to Track the Time
@@ -33,4 +44,4 @@ $ west flash
3344
## Monitoring
3445
```sh
3546
$ west espressif monitor
36-
```
47+
```

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"urls": [],
3+
"deps": [],
4+
"version": "0.1.0",
5+
"license": "GNUv3"
6+
}

0 commit comments

Comments
 (0)