Please enable JavaScript.
Coggle requires JavaScript to display documents.
智慧種植設計與製作
04李源祐 - Coggle Diagram
智慧種植設計與製作
04李源祐
-
自動溫溼度控制系統
-
-
程式碼
關
ledcWrite(1, 0)
ledcWrite(3, 0);
開
if (Temperature >= 25) { ledcWrite(1, 100);
自動照明系統
-
程式碼
偵測是否大於800
//The value of the photoresistor >= 800, LED turns off
//The value of the photoresistor =< 800, LED turns on
-
-
-
-