release ATOM SPK and update some info

This commit is contained in:
Sean
2021-02-26 17:27:20 +08:00
parent 761e0649e7
commit 8a12fcd96d
221 changed files with 1393 additions and 884 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
*以下のコードは不完全です(説明のためだけに). 完全なコードが必要な場合は、ここをクリックしてください[サンプルコード](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ADC/Arduino/ADC_ADS1100).*
```arduino
```clike
#include <M5Stack.h>
#include <Wire.h>
#include "ADS1100.h"
+1 -1
View File
@@ -39,7 +39,7 @@ M5CoreのGROVE Bインターフェースに接続して、利用可能です。
画面にユニット出力電圧値に対応するデジタル値を表示します。 範囲は0~4095です。
```arduino
```clike
#include <M5Stack.h>
// select the input pin for the potentiometer
int sensorPin = 36;
+1 -1
View File
@@ -46,7 +46,7 @@ NCピンは使用されていません。信号ポートはBtn(GPIO36)です。G
*完全なソースコードは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/BUTTON/Arduino)。*
```arduino
```clike
#include <M5Stack.h>
// declaration
+1 -1
View File
@@ -53,7 +53,7 @@
*完全なソースコードは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/CARDKB/Arduino)。*
```arduino
```clike
#include <Wire.h>
#include <M5Stack.h>
+1 -1
View File
@@ -59,7 +59,7 @@ TCS3472には、3×4アレイのフィルタ付きフォトダイオードと16b
*完全なソースコードは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/COLOR/Arduino)。*
```arduino
```clike
/*
Color test
hardware: M5Stack
+1 -1
View File
@@ -42,7 +42,7 @@
*完全なソースコードは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/DAC/Arduino)。*
```arduino
```clike
/*
hardware : m5stack uint dac
please install adafruit MCP4725 lib
+1 -1
View File
@@ -43,7 +43,7 @@
*完全ナソースコードは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/DUAL_BUTTON/Arduino)。*
```arduino
```clike
#include <M5Stack.h>
// declaration
+1 -1
View File
@@ -40,7 +40,7 @@
*完全なソースコードは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/EARTH/Arduino)。*
```arduino
```clike
#include <M5Stack.h>
void setup() {
+1 -1
View File
@@ -38,7 +38,7 @@
*以下のコードは一部抜粋です。完全なコードは[こちらから](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/ENV).*
```arduino
```clike
/*
Install Adafruit BMP280 Library first.
*/
+1 -1
View File
@@ -35,7 +35,7 @@
*特定のルーチンについてはここをクリックしてください[サンプルコード](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/EXTIO/Arduino)。*
```arduino
```clike
/*
Connect to GRVOE A on M5Core
*/
+1 -1
View File
@@ -55,7 +55,7 @@ UARTパラメータ: ボーレート(デフォルト: 19200bps), スタートビ
*完全なソースコードは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/FINGER/Arduino)。*
```arduino
```clike
/*
Connect to GRVOE C on M5Core
*/
+1 -1
View File
@@ -72,7 +72,7 @@
*完全な `GPSRaw.ino`のソースコードは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/GPS/Arduino)。*
```arduino
```clike
#include <M5Stack.h>
/* By default, GPS is connected with M5Core through UART2 */
+1 -1
View File
@@ -34,7 +34,7 @@
*完全なソースコードは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/HEART/Arduino)。*
```arduino
```clike
/*
Install MAX30100lib Library first.
+1 -1
View File
@@ -37,7 +37,7 @@ LEDの番号は下図の通りです。
*完全なソースコードは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/HEX/Arduino)。*
```arduino
```clike
/*
プログラムを実行する前に、あらかじめFastLEDライブラリをインストールしてください。(HEXをGROVE Aに接続)
*/
+1 -1
View File
@@ -31,7 +31,7 @@ GROVEインターフェースには2つの信号ピンが存在し、1つは受
*完全なソースコードは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/IR/Arduino)。*
```arduino
```clike
#include <M5Stack.h>
// 宣言
+1 -1
View File
@@ -32,7 +32,7 @@ M5CoreとJoystickはI2Cで接続されます。I2Cアドレスは**0x52**です
*完全なソースコードは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/JOYSTICK/Arduino)。*
```arduino
```clike
#include <M5Stack.h>
#include "Wire.h"
+1 -1
View File
@@ -29,7 +29,7 @@
*完全なソースコードは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/LIGHT/Arduino)。*
```arduino
```clike
#include <M5Stack.h>
// declaration
+1 -1
View File
@@ -167,7 +167,7 @@
- **[Face recognition](https://github.com/m5stack/esp-who)** -->
<!-- ```arduino
<!-- ```clike
float tmp = dht12.readTemperature();//temperature
float hum = dht12.readHumidity();//humidity
float pressure = bme.readPressure();//pressure
+1 -1
View File
@@ -58,7 +58,7 @@
*完全なソースコードは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/Makey_NewVersion/Arduino/Makey_new_version)。*
```arduino
```clike
#include <M5Stack.h>
#include <Wire.h>
+1 -1
View File
@@ -46,7 +46,7 @@
*完全なソースコードは[こちら](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/NCIR)。*
```arduino
```clike
#include <M5Stack.h>
#include <Wire.h>

Some files were not shown because too many files have changed in this diff Show More