From a1c6bdaa2745980986ba7419e862f478ab7246d3 Mon Sep 17 00:00:00 2001 From: yuuu Date: Fri, 13 Jun 2025 05:39:22 +0900 Subject: [PATCH] Add UART and I2c to ESP32 porting. --- index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index f0b9e44..0db786f 100644 --- a/index.md +++ b/index.md @@ -40,17 +40,17 @@ Microcontroller programming framework. |picoruby-adc|✓|✓|✓| |picoruby-ble| |✓| | |picoruby-cyw43| |✓| | -|picoruby-env|✓|✓|✓ | +|picoruby-env|✓|✓|✓| |picoruby-filesystem-fat|✓|✓|✓| |picoruby-gpio|✓|✓|✓| -|picoruby-i2c|✓|✓| | +|picoruby-i2c|✓|✓|✓| |picoruby-io-console|✓|✓|✓| |picoruby-machine|✓|✓|✓| |picoruby-net| |✓| | |picoruby-pwm|✓|✓|✓| |picoruby-rng|✓|✓|✓| |picoruby-spi|✓|✓|✓| -|picoruby-uart|✓|✓| | +|picoruby-uart|✓|✓|✓| |picoruby-watchdog|✓|✓| | ### Tutorial of R2P2