V0.8後 FieldTry 感測器組合選擇說明

編輯歷史

時間 作者 版本
2016-01-30 08:29 – 08:29 MingWei Cheng r160 – r172
顯示 diff
(19 行未修改)
* //#define USE_SHT31
- 因為我不想創造四個APP ID 所以就這樣了
+ 因為我不想創造四個APP ID 所以說 就是這樣了 我們下次見...挖西阿海
2016-01-30 08:29 (unknown) r159
顯示 diff
(22 行未修改)
2016-01-30 08:22 – 08:29 MingWei Cheng r19 – r158
顯示 diff
V0.8後 FieldTry 感測器組合選擇說明
+ 在0.8之後,新增了不同的Sensor組合,簡單說明一下。
- //LASS's OPEN PM2.5 Field-TRY
- #if APP_ID==(APPTYPE_SYSTEM_BASE+1)
- #error PLEASE SELECT SENSOR AND MARK THIS LINE with //
- #define USE_PM25_G3
- //#define USE_PM25_A4
- #define USE_DHT22
- //#define USE_SHT31
- #define SENSOR_ID_DUST 10
- #define SENSOR_ID_TEMPERATURE 11
- #define SENSOR_ID_HUMIDITY 12
- #define SENSOR_ID_DUST10 13
- #define SENSOR_ID_DUST_BLYNK 6
- #define SENSOR_ID_TEMPERATURE_BLYNK 7
- #define SENSOR_ID_HUMIDITY_BLYNK 8
- #define SENSOR_ID_DUST10_BLYNK 9
+ 第3行 #error PLEASE SELECT SENSOR AND MARK THIS LINE with // 是提醒你來選sensor 燒錄時這一整行刪除就好。
+
+ 因為ArduinoC裡面 //在整行前面是註解,也就是整行都不要使用的意思。
+
+ 所以你要使用什麼 就直接把 // 取消 就代表你要使用這個Sensor了
+
+ 預設是大家用的 G3 + DHT22
+
+ 所以你如果真的看不懂我在講什麼,把第三行刪掉就好了。
+
+ *//LASS's OPEN PM2.5 Field-TRY
+ *#if APP_ID==(APPTYPE_SYSTEM_BASE+1)
+ * #error PLEASE SELECT SENSOR AND MARK THIS LINE with //
+ * #define USE_PM25_G3
+ * //#define USE_PM25_A4
+ * #define USE_DHT22
+ * //#define USE_SHT31
+
+ 因為我不想創造四個APP ID 所以就這樣了
2016-01-30 08:22 (unknown) r18
顯示 diff
(17 行未修改)
2016-01-30 08:21 – 08:22 MingWei Cheng r1 – r17
顯示 diff
- Untitled
+ V0.8後 FieldTry 感測器組合選擇說明
- This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!
+ //LASS's OPEN PM2.5 Field-TRY
+ #if APP_ID==(APPTYPE_SYSTEM_BASE+1)
+ #error PLEASE SELECT SENSOR AND MARK THIS LINE with //
+ #define USE_PM25_G3
+ //#define USE_PM25_A4
+ #define USE_DHT22
+ //#define USE_SHT31
+ #define SENSOR_ID_DUST 10
+ #define SENSOR_ID_TEMPERATURE 11
+ #define SENSOR_ID_HUMIDITY 12
+ #define SENSOR_ID_DUST10 13
+ #define SENSOR_ID_DUST_BLYNK 6
+ #define SENSOR_ID_TEMPERATURE_BLYNK 7
+ #define SENSOR_ID_HUMIDITY_BLYNK 8
+ #define SENSOR_ID_DUST10_BLYNK 9
2016-01-30 08:21 (unknown) r0
顯示 diff
+ Untitled
+ This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!