mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
add btc(japanese version)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# M5Stack BTC Module
|
||||
# BTC Base
|
||||
|
||||
<img src="assets/img/product_pics/module/module_btc_01.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_btc_02.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_btc_03.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_btc_04.png" width="30%" height="30%">
|
||||
|
||||
|
||||
+1
-1
@@ -48,7 +48,7 @@
|
||||
|
||||
<img src='assets/img/product_pics/5.jpg'> <img src='assets/img/product_pics/bases.png'>
|
||||
|
||||
[](ja/base/lan_base) [](ja/base/node_base)
|
||||
[](ja/base/lan_base) [](ja/base/node_base) [](zh_CN/base/btc_base)
|
||||
|
||||
<!-- [](ja/base/plc_base) -->
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# BTC モジュール
|
||||
# BTC ベース
|
||||
|
||||
<img src="assets/img/product_pics/module/module_btc_01.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_btc_02.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_btc_03.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_btc_04.png" width="30%" height="30%">
|
||||
|
||||
@@ -41,15 +41,13 @@
|
||||
<img src="assets/img/product_pics/module/module_btc_dht12_pinmap.png">
|
||||
</figure>
|
||||
|
||||
## ドキュメント
|
||||
|
||||
- **ウェブサイト**
|
||||
|
||||
- [サンプルコード](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/DHT12) (for DHT12)
|
||||
|
||||
## サンプルコード
|
||||
|
||||
```arduino
|
||||
/*
|
||||
Example for DHT12 Sensor
|
||||
*/
|
||||
|
||||
#include <M5Stack.h>
|
||||
#include "DHT12.h"
|
||||
#include <Wire.h> //The DHT12 uses I2C comunication.
|
||||
@@ -75,4 +73,4 @@ void loop() {
|
||||
}
|
||||
```
|
||||
|
||||
特定の `BTC.ino`, click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/BTC/Arduino) please.
|
||||
特定の `BTC.ino`, クリック[ここで](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/BTC/Arduino).
|
||||
Reference in New Issue
Block a user