Skip to content

Commit 639f1cd

Browse files
committed
Refine Common I/O API Guideline release note.
1 parent dcd556a commit 639f1cd

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

_posts/2023-09-19-microcontroller-peripheral-interface-guide.md

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ categories: releases
77

88
# Common I/O API Guidelines for mruby and mruby/c
99

10-
Common I/O API Guidelines for [mruby](https://github.com/mruby/mruby) and [mruby/c](https://github.com/mrubyc/mrubyc) have been established and released.
10+
Common I/O API Guidelines for mruby and [mruby/c](https://github.com/mrubyc/mrubyc) have been established and released.
1111

1212
We have established the Common I/O API Guidelines(hereinafter referred to as "Guidelines") for mruby and mruby/c. This initiative enhances the portability of programs across different microcontrollers (hereinafter referred to as "MCUs") and improves the reusability of various sensors and I/O control libraries. When utilizing mruby and mruby/c in the future, we sincerely hope that you will refer to these Guidelines.
1313

@@ -16,29 +16,3 @@ Additionally, we would like to introduce libraries developed by enthusiastic con
1616
# mruby, mruby/c Common I/O API Guidelines
1717

1818
https://github.com/mruby/microcontroller-peripheral-interface-guide
19-
20-
# Community-developed Libraries
21-
22-
## mruby
23-
24-
### ESP32
25-
26-
- [mruby-esp32](https://github.com/mruby-esp32/mruby-esp32)
27-
- [mruby-esp32-spi](https://github.com/mruby-esp32/mruby-esp32-spi) by [yuuu](https://github.com/yuuu)
28-
- [mruby-esp32-adc](https://github.com/mruby-esp32/mruby-esp32-adc) by [yuuu](https://github.com/yuuu)
29-
30-
---
31-
32-
## mruby/c
33-
34-
### RP2040
35-
36-
- [mrubyc-rp2040-peripheral-demo](https://github.com/picoruby/rp2040-peripheral-demo) by [hasumikin](https://github.com/hasumikin)
37-
38-
### PIC32
39-
40-
- [mrubyc-pic32mx170](https://github.com/YoshihiroOgura/pic32mx170_mrubyc) by [YoshihiroOgura](https://github.com/YoshihiroOgura)
41-
42-
### ESP32
43-
44-
- [mrubyc-esp32](https://github.com/gfd-dennou-club/mrubyc-esp32) by [gfd-dennou-club](https://github.com/gfd-dennou-club) ([sugiymki](https://github.com/sugiymki))

0 commit comments

Comments
 (0)