Skip to content

Commit

Permalink
move raspi/partslist to partslist (close #86)
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamis committed Feb 6, 2021
1 parent 079939c commit 7faa3ae
Show file tree
Hide file tree
Showing 59 changed files with 9 additions and 7 deletions.
9 changes: 5 additions & 4 deletions _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
https://tutorial-chirimen-org.netlify.com/* https://tutorial.chirimen.org/:splat 301!

# redirect from obsolete path to new path
/raspberrypi/* /raspi/:splat
/raspi3/ja/* /raspi/:splat
/raspi3/en/* /en/raspi/:splat
/raspi3/* /raspi/:splat
/raspberrypi/* /raspi/:splat
/raspi3/ja/* /raspi/:splat
/raspi3/en/* /en/raspi/:splat
/raspi3/* /raspi/:splat
/raspi/partslist /partslist

# Proxy polyfill and driver files
/raspi/examples/polyfill/* https://chirimen.org/chirimen-raspi3/gc/polyfill/:splat 200
Expand Down
2 changes: 1 addition & 1 deletion microbit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ CHIRIMEN with micro:bit 対応デバイスのドライバ・回路図・サン

チュートリアルで基本が分かったら、どんなことが出来るか色々なデバイスを使ったサンプルを見て、書き換えて、試してみましょう。

- [対応デバイスのリスト](../raspi/partslist.md)
- [対応デバイスのリスト](../partslist.md)
- 一部micro:bit用サンプルが未整備なデバイスがあります (**鋭意整備中**)
- [GPIO Example](https://chirimen.org/chirimen-micro-bit/examples/#gpio)
- GPIO を使ったサンプル集です。L チカやボタンは勿論、人感センサーやモーター制御等にも使います
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
3 changes: 2 additions & 1 deletion raspi/partslist.md → partslist.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# CHIRIMEN for Raspberry Pi / micro:bit 対応デバイス / パーツ リスト
# CHIRIMEN 対応デバイスリスト

CHIRIMEN for Raspberry Pi や CHIRIMEN with micro:bit などの CHIRIMEN 環境での利用を検証済みのパーツや WebI2C で利用する CHIRIMEN 用ドライバーを用意している I2C デバイスを紹介します。
## I2C センサー

{% include partslist.html interface='I2C' %}
Expand Down
2 changes: 1 addition & 1 deletion raspi/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ LED と温度センサーを使ってみる最小限のお試しページです

CHIRIMEN for Raspberry Pi 対応デバイスのドライバ・回路図・サンプルコードをセットにした Example 集を用意しています。

[対応デバイスのリスト](partslist.md) : 下記サンプルへのリンク付き
[対応デバイスのリスト](../partslist.md) : 下記サンプルへのリンク付き

- [Basic GPIO Example](https://r.chirimen.org/examples#gpioExamples)
- [Basic I2C Example](https://r.chirimen.org/examples#i2cExamples)
Expand Down

0 comments on commit 7faa3ae

Please sign in to comment.