From bc0605ae184dee03e9b8d4e01533587b1a1348aa Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Sat, 24 Jul 2021 19:33:13 +0900 Subject: [PATCH] docs: devices list --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 4e95a0c..62edd4d 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,21 @@ measure(); ## Documents [Megabit API Documentation](https://kou029w.github.io/megabit/) + +## Devices + +| Device | Description | API | +| -------- | -------------------------------------------- | ------------------------------------------------------------------- | +| ADS1015 | 12-bit Precision Analog to Digital Converter | [ads1015](https://kou029w.github.io/megabit/globals.html#ads1015) | +| ADT7410 | High Accuracy Digital Temperature Sensor | [adt7410](https://kou029w.github.io/megabit/globals.html#adt7410) | +| ADXL345 | 3-axis Accelerometer | [adxl345](https://kou029w.github.io/megabit/globals.html#adxl345) | +| GP2Y0E03 | 4-50 cm Distance Sensor | [gp2y0e03](https://kou029w.github.io/megabit/globals.html#gp2y0e03) | +| MPR121 | Proximity Capacitive Touch Sensor Controller | [mpr121](https://kou029w.github.io/megabit/globals.html#mpr121) | +| PAJ7620 | Gesture Recognition Sensor | [paj7620](https://kou029w.github.io/megabit/globals.html#paj7620) | +| PCA9685 | 16-Channel 12-Bit PWM/Servo Driver | [pca9685](https://kou029w.github.io/megabit/globals.html#pca9685) | +| S11059 | Color Sensor | [s11059](https://kou029w.github.io/megabit/globals.html#s11059) | +| SSD1306 | 128x64 Dot Matrix OLED | [ssd1306](https://kou029w.github.io/megabit/globals.html#ssd1306) | +| SSD1308 | 128x64 Dot Matrix OLED | [ssd1308](https://kou029w.github.io/megabit/globals.html#ssd1308) | +| TSL2561 | Ambient Light Sensor | [tsl2561](https://kou029w.github.io/megabit/globals.html#tsl2561) | +| VEML6070 | UV(A) Light Sensor | [veml6070](https://kou029w.github.io/megabit/globals.html#veml6070) | +| VL53L0X | Time of Flight Distance Sensor | [vl53l0x](https://kou029w.github.io/megabit/globals.html#vl53l0x) |