Modify c-hat, atom-base doc

This commit is contained in:
Kiko62
2021-02-19 19:34:06 +08:00
parent 65c488edc2
commit d01ee32365
120 changed files with 263 additions and 160 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
## サンプルコード
### Arduino IDE
### 1. Arduino
#### CAN通信
+1 -1
View File
@@ -78,7 +78,7 @@ void get_encoder_increment(void){
## サンプルコード
### Arduino IDE
### 1. Arduino
*`faces_encoder.ino`の完全なコードは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/ENCODER/Arduino/faces_encoder).*
+1 -1
View File
@@ -64,7 +64,7 @@ GPIO16、GPIO17を他の目的に使用する場合は、GPSモジュールに
## サンプルコード
### Arduino IDE
### 1. Arduino
*完全なソースコードは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/GPS/Arduino)。*
+1 -1
View File
@@ -72,7 +72,7 @@ void get_joystick_offset(void){
## サンプルコード
### Arduino IDE
### 1. Arduino
*完全なソースコードは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/JOYSTICK/Arduino/faces_joystick)。*
+1 -1
View File
@@ -50,7 +50,7 @@ LoRa™は少ない消費電力で広いエリア(1~2km)をカバーする無線
## サンプルコード
### Arduino IDE
### 1. Arduino
2台以上のLoRaモジュールを用い、長距離通信を行うサンプルコードです。
- メッセージの送信に成功したら、青い文字列が表示されます。
+1 -1
View File
@@ -54,7 +54,7 @@
## サンプルコード
### Arduino IDE
### 1. Arduino
これは2つのLoRaWANモジュール間通信のサンプルです。`3.6 Point to Point communication with LoRa` of [LoRaWAN User Manual](http://wiki.ai-thinker.com/_media/lora/docs/rhf76-052_ho_to_use_ai-thinker_s_lorawan_modem.pdf)のセクションを参考にしてください。