รหัสสินค้า | A86 |
หมวดหมู่ | วัดอุณหภูมิ / ความชื้น |
ราคา | 110.00 บาท |
สถานะสินค้า | พร้อมส่ง |
ลงสินค้า | 13 ม.ค. 2561 |
อัพเดทล่าสุด | 5 พ.ค. 2567 |
คงเหลือ | 14 ชิ้น |
จำนวน | ชิ้น |
/*Single_Temp.pde - Example using the MAX6675 Library.Created by Ryan McLaughlin <ryanjmclaughlin@gmail.com>*/#include "max6675.h"int CS0 = 11; // CS pin of MAX6675int SO = 12; // SO pin of MAX6675int SCK = 13; // SCK pin of MAX6675int units = 0; // Units to readout temp (0 = ÀöF, 1 = ÀöC)float error = 0.0; // Temperature compensation errorfloat temp_out = 0.0; // Temperature output varibleMAX6675 temp0(CS0,SO,SCK,units,error);void setup() {Serial.begin(9600);}void loop() {temp_out = temp0.read_temp(5); // Read the temp 5 times and return the average value to the varSerial.println( temp_out ); // Print the temperature to Serialdelay(1000); // Wait one second}
ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีด้านล่าง โดยลูกค้าสามารถโอนเงินหลังทำรายการสั่งซื้อได้ทันทีไม่ต้องรอยืนยัน
หลังจากโอนเงินแล้วสามารถแจ้งชำระเงินได้ที่ เมนูแจ้งชำระเงิน
หรือชำระเงินผ่าน PayPal โดยคลิกที่ ชำระเงินออนไลน์
หน้าที่เข้าชม | 1,830,165 ครั้ง |
ผู้ชมทั้งหมด | 799,165 ครั้ง |
เปิดร้าน | 12 ธ.ค. 2558 |
ร้านค้าอัพเดท | 8 ก.ย. 2568 |