รหัสสินค้า | AG00188 |
หมวดหมู่ | วัดสภาพแวดล้อมและแก๊ส Environmental / Gas |
ราคา | 165.00 บาท |
สถานะสินค้า | พร้อมส่ง |
จำนวน | ชิ้น |
/*
Single_Temp.pde - Example using the MAX6675 Library.
Created by Ryan McLaughlin
*/
#include "max6675.h"
int CS0 = 11; // CS pin of MAX6675
int SO = 12; // SO pin of MAX6675
int SCK = 13; // SCK pin of MAX6675
int units = 0; // Units to readout temp (0 = ÀöF, 1 = ÀöC)
float error = 0.0; // Temperature compensation error
float temp_out = 0.0; // Temperature output varible
MAX6675 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 var
Serial.println( temp_out ); // Print the temperature to Serial
delay(1000); // Wait one second
}
ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB
กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ
ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ
https://www.arduitronics.com/informpayment
หน้าที่เข้าชม | 15,420,141 ครั้ง |
ผู้ชมทั้งหมด | 5,923,219 ครั้ง |
เปิดร้าน | 21 พ.ค. 2556 |
ร้านค้าอัพเดท | 4 ต.ค. 2568 |