Skip to content

Commit ad600a9

Browse files
committed
Edited
1 parent a87641d commit ad600a9

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,18 @@
22

33
mruby and mruby/c have released the Common I/O API Guidelines, which enhance program portability across various microcontrollers and improve the reusability of various sensors and I/O control libraries.
44

5+
## About I/O API Classes
6+
7+
GPIO: [Japanese](mruby_io_GPIO_ja.md) / [English](mruby_io_GPIO_en.md)
8+
ADC: [Japanese](mruby_io_ADC_ja.md) / [English](mruby_io_ADC_en.md)
9+
PWM: [Japanese](mruby_io_PWM_ja.md) / [English](mruby_io_PWM_en.md)
10+
UART: [Japanese](mruby_io_UART_ja.md) / [English](mruby_io_UART_en.md)
11+
I2C: [Japanese](mruby_io_I2C_ja.md) / [English](mruby_io_I2C_en.md)
12+
SPI: [Japanese](mruby_io_SPI_ja.md) / [English](mruby_io_SPI_en.md)
13+
514
# Community-developed Libraries
615

7-
Additionally, we would like to introduce libraries developed by enthusiastic contributors for MCUs that have been made available. If there are MCU libraries not listed below and you have created your own, we encourage you to inform us through the inquiry so that we can include it in our introductions.
16+
Additionally, we would like to introduce libraries developed by enthusiastic contributors for MCUs that have been made available. If there are MCU libraries not listed below and you have created your own, we encourage you to inform us through the inquiry so that we can include it in our introductions.This section is not covered by the License of this Guideline, and you should follow the guidelines of each developer.
817

918
## mruby
1019

@@ -24,7 +33,7 @@ Additionally, we would like to introduce libraries developed by enthusiastic con
2433

2534
### ESP32
2635

27-
[mrubyc-esp32](https://github.com/gfd-dennou-club/mrubyc-esp32) by [sugiymki](http://sugiymki)
36+
[mrubyc-esp32](https://github.com/gfd-dennou-club/mrubyc-esp32) by [sugiymki](https://github.com/sugiymki)
2837

2938
# License
3039

0 commit comments

Comments
 (0)