Skip to content

Commit

Permalink
🌞Update version to v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Jan 24, 2024
1 parent d6fc5e1 commit 2340f29
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 27 deletions.
46 changes: 27 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@
![DRV2605](https://img.shields.io/badge/DRV2605-teal)
![CM32181](https://img.shields.io/badge/CM32181-brown)
![LTR553](https://img.shields.io/badge/LTR553-brown)
![FT6X36](https://img.shields.io/badge/FT6X36-red)
![CST816T](https://img.shields.io/badge/CST816T-red)
![CST816D](https://img.shields.io/badge/CST816D-red)
![FT5206](https://img.shields.io/badge/FT5206-red)
![FT6206](https://img.shields.io/badge/FT6206-red)
![FT6236](https://img.shields.io/badge/FT6236-red)
![FT3267](https://img.shields.io/badge/FT3267-red)
![CST816S](https://img.shields.io/badge/CST816S-red)
![CST816D](https://img.shields.io/badge/CST816D-red)
![CST816T](https://img.shields.io/badge/CST816T-red)
![CST820](https://img.shields.io/badge/CST820-red)
![CST226SE](https://img.shields.io/badge/CST226SE-red)
![CHSC5816](https://img.shields.io/badge/CHSC5816-red)
![GT911](https://img.shields.io/badge/GT911-red)
Expand All @@ -46,19 +50,23 @@ Support list:

| Sensor | Description | I2C | SPI |
| --------------- | ------------------------ | --- | --- |
| PCF8563/HYM8563 | Real-time clock | ✔️ ||
| PCF85063 | Real-time clock | ✔️ ||
| QMI8658 | IMU | ✔️ | ✔️ |
| BHI260AP | IMU | ✔️ | ✔️ |
| QMC6310 | Magnetic Sensor | ✔️ ||
| BMM150 | Magnetic Sensor | ✔️ ||
| XL9555 | I/O expander | ✔️ ||
| BMA423 | Accelerometer | ✔️ ||
| DRV2605 | Haptic Driver | ✔️ ||
| CM32181 | Ambient Light Sensor | ✔️ ||
| LTR553 | Light & Proximity Sensor | ✔️ ||
| FT6X36 | Capacitive touch | ✔️ ||
| CST816S/T/D | Capacitive touch | ✔️ ||
| CST226SE | Capacitive touch | ✔️ ||
| CHSC5816 | Capacitive touch | ✔️ ||
| GT911 | Capacitive touch | ✔️ ||
| PCF8563/HYM8563 | Real-time clock | ✔️ ||
| PCF85063 | Real-time clock | ✔️ ||
| QMI8658 | IMU | ✔️ | ✔️ |
| BHI260AP | IMU | ✔️ | ✔️ |
| QMC6310 | Magnetic Sensor | ✔️ ||
| BMM150 | Magnetic Sensor | ✔️ ||
| XL9555 | I/O expander | ✔️ ||
| BMA423 | Accelerometer | ✔️ ||
| DRV2605 | Haptic Driver | ✔️ ||
| CM32181 | Ambient Light Sensor | ✔️ ||
| LTR553 | Light & Proximity Sensor | ✔️ ||
| FT3267 | Capacitive touch | ✔️ ||
| FT5206 | Capacitive touch | ✔️ ||
| FT6206 | Capacitive touch | ✔️ ||
| FT6236 | Capacitive touch | ✔️ ||
| CST820 | Capacitive touch | ✔️ ||
| CST816S/T/D | Capacitive touch | ✔️ ||
| CST226SE | Capacitive touch | ✔️ ||
| CHSC5816 | Capacitive touch | ✔️ ||
| GT911 | Capacitive touch | ✔️ ||
11 changes: 6 additions & 5 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "SensorLib",
"version": "0.1.4",
"description": "Commonly used I2C , SPI device Arduino libraries",
"keywords": "QMC6310 QMI8658,PCF8563,PCF85063,XL9555,BMA423,BHI260AP,DRV2605,CM32181,LTR553,FT6236,FT6336,CST816,CST226,CHSC5816,GT911",
"version": "0.1.5",
"description": "Commonly used I2C , SPI device multi-platform libraries",
"keywords": "QMC6310,QMI8658,PCF8563,PCF85063,XL9555,BMA423,BHI260AP,DRV2605,CM32181,LTR553,FT5206,FT3267,FT6236,FT6336,CST816S/T/D,CST820,CST226,CHSC5816,GT911",
"authors": [
{
"name": "LewisHe",
Expand All @@ -26,6 +26,7 @@
"examples/*"
]
},
"frameworks": ["arduino"],
"platforms": "esp32,raspberrypi"
"frameworks": ["arduino","espidf"],
"platforms": "esp32,raspberrypi,ststm32",
"license": "MIT"
}
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=SensorLib
version=0.1.4
version=0.1.5
author=Lewis He
maintainer=Lewis He <lewishe@outlook.com>
sentence=Arduino library written for PCF8563, QMI8658, QMC6310, XL9555
paragraph=Support QMC6310 QMI8658,PCF8563,PCF85063,XL9555,BMA423,BHI260AP,DRV2605,CM32181,LTR553,FT6236,FT6336,CST816,CST226,CHSC5816,GT911
sentence=Commonly used I2C , SPI device multi-platform libraries
paragraph=Support QMC6310,QMI8658,PCF8563,PCF85063,XL9555,BMA423,BHI260AP,DRV2605,CM32181,LTR553,FT5206,FT3267,FT6236,FT6336,CST816S/T/D,CST820,CST226,CHSC5816,GT911
category=Communication
url=https://github.com/lewisxhe/SensorsLib
architectures=esp32

0 comments on commit 2340f29

Please sign in to comment.