Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Sep 13, 2023
1 parent 8bea678 commit 8e25474
Showing 1 changed file with 40 additions and 20 deletions.
60 changes: 40 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,54 @@
\___ \ / _ \ '_ \/ __|/ _ \| '__/ __| | | | '_ \
____) | __/ | | \__ \ (_) | | \__ \ |____| | |_) |
|_____/ \___|_| |_|___/\___/|_| |___/______|_|_.__/
··· ···
> Commonly used I2C , SPI device libraries
```

[![LICENSE](https://img.shields.io/github/license/lewisxhe/SensorLib)](https://github.com/lewisxhe/SensorLib/blob/master/LICENSE)
[![ISSUES](https://img.shields.io/github/issues/lewisxhe/SensorsLib)](https://github.com/lewisxhe/SensorsLib/issues)
[![FROK](https://img.shields.io/github/forks/lewisxhe/SensorsLib)](https://github.com/lewisxhe/SensorsLib/graphs/contributors)
[![STAR](https://img.shields.io/github/stars/lewisxhe/SensorsLib)](https://github.com/lewisxhe/SensorsLib/stargazers)
[![releases](https://img.shields.io/github/release/lewisxhe/SensorsLib)](https://github.com/lewisxhe/SensorLib/releases)

Support list:

| Sensor | Description | I2C | SPI |
| ------------------- | -------------------- | --- | --- |
| NXP PCF8563/HYM8563 | Real-time clock | ✔️ ||
| NXP PCF85063 | Real-time clock | ✔️ ||
| QMI8658 | IMU | ✔️ | ✔️ |
| QMC6310 | Magnetic Sensor | ✔️ ||
| XL9555 | I/O expander | ✔️ ||
| BMA423 | Accelerometer | ✔️ ||
| DRV2605 | Haptic Driver | ✔️ ||
| CM32181 | Ambient Light Sensor | ✔️ ||
| FT6X36 | Capacitive touch | ✔️ ||
| CST816T | Capacitive touch | ✔️ ||
| CST226SE | Capacitive touch | ✔️ ||
| CHSC5816 | Capacitive touch | ✔️ ||
| GT911 | Capacitive touch | ✔️ ||

![PCF8563](https://img.shields.io/badge/PCB8563-GREEN)
![PCF85063](https://img.shields.io/badge/PCF85063-GREEN)
![HYM8563](https://img.shields.io/badge/HYM8563-GREEN)
![QMI8658](https://img.shields.io/badge/QMI8658-blue)
![QMC6310](https://img.shields.io/badge/QMC6310-blue)
![BMA423](https://img.shields.io/badge/BMA423-blue)
![BHI260AP](https://img.shields.io/badge/BHI260AP-blue)
![XL9555](https://img.shields.io/badge/XL9555-yellow)
![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)
![CST226SE](https://img.shields.io/badge/CST226SE-red)
![CHSC5816](https://img.shields.io/badge/CHSC5816-red)
![GT911](https://img.shields.io/badge/GT911-red)



Some commonly used sensor libraries are not completed and are being added

Support list:

| Sensor | Description | I2C | SPI |
| --------------- | ------------------------ | --- | --- |
| PCF8563/HYM8563 | Real-time clock | ✔️ ||
| PCF85063 | Real-time clock | ✔️ ||
| QMI8658 | IMU | ✔️ | ✔️ |
| QMC6310 | Magnetic Sensor | ✔️ ||
| XL9555 | I/O expander | ✔️ ||
| BMA423 | Accelerometer | ✔️ ||
| DRV2605 | Haptic Driver | ✔️ ||
| CM32181 | Ambient Light Sensor | ✔️ ||
| LTR553 | Light & Proximity Sensor | ✔️ ||
| FT6X36 | Capacitive touch | ✔️ ||
| CST816T | Capacitive touch | ✔️ ||
| CST226SE | Capacitive touch | ✔️ ||
| CHSC5816 | Capacitive touch | ✔️ ||
| GT911 | Capacitive touch | ✔️ ||


0 comments on commit 8e25474

Please sign in to comment.