# Devices & Drivers

* [I/O Device Framework](https://github.com/RT-Thread/rt-thread/blob/master/documentation/device/device.md)
* [PIN Device](https://github.com/RT-Thread/rt-thread/blob/master/documentation/device/pin/pin.md)
* [UART Device](https://github.com/RT-Thread/rt-thread/blob/master/documentation/device/uart/uart.md)
* [ADC Device](https://github.com/RT-Thread/rt-thread/blob/master/documentation/device/adc/adc.md)
* [I2C Bus Device](https://github.com/RT-Thread/rt-thread/blob/master/documentation/device/i2c/i2c.md)
* [SPI Device](https://github.com/RT-Thread/rt-thread/blob/master/documentation/device/spi/spi.md)
* [PWM Device](https://github.com/RT-Thread/rt-thread/blob/master/documentation/device/pwm/pwm.md)
* [RTC Device](https://github.com/RT-Thread/rt-thread/blob/master/documentation/device/rtc/rtc.md)
* [HWTIMER Device](https://github.com/RT-Thread/rt-thread/blob/master/documentation/device/hwtimer/hwtimer.md)
* [WATCHDOG Device](https://github.com/RT-Thread/rt-thread/blob/master/documentation/device/watchdog/watchdog.md)
* [WLAN Device](https://github.com/RT-Thread/rt-thread/blob/master/documentation/device/wlan/wlan.md)
* [Sensor Device](https://github.com/RT-Thread/rt-thread/blob/master/documentation/device/sensor/sensor.md)
