공급사 | 공급사 바로가기 |
---|
Product : | Starter kit - 6 channels |
---|---|
Manufacturer : | Self-production |
Country : | Korea, China |
Price : | $55.24 |
Code : | P00000DJ |
Domestic / International Shipping : | oversea delivery |
Payment for Shipping : | Parcel Service |
Shipping (Charge) : | International Shipping Fee |
수량 : | ![]() ![]() |
Share : | ![]() ![]() |
---|
세트 선택 | |
---|---|
![]() |
Select quantity
To add product, select an option in the above option box
Product | Quantity | Price |
---|---|---|
Starter kit - 6 channels |
![]() ![]() |
55.24 ( |
Total(Quantity) : 0 (0 item) |
Buy together To purchase, please select the item.
<아두이노 소스코드>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | int SensorPin0 = A0; //analog pin 0 int SensorPin1 = A1; //analog pin 1 int SensorPin2 = A2; //analog pin 2 int SensorPin3 = A3; //analog pin 3 int SensorPin4 = A4; //analog pin 4 int SensorPin5 = A5; //analog pin 5 int led0 = 4; int HI_limit = 600; void setup(){ pinMode(led0,OUTPUT); Serial.begin(9600); } void loop(){ int SensorReading0 = analogRead(SensorPin0); int SensorReading1 = analogRead(SensorPin1); int SensorReading2 = analogRead(SensorPin2); int SensorReading3 = analogRead(SensorPin3); int SensorReading4 = analogRead(SensorPin4); int SensorReading5 = analogRead(SensorPin5); int A0 = map(SensorReading0, 0, 1024, 0, HI_limit); int A1 = map(SensorReading1, 0, 1024, 0, HI_limit); int A2 = map(SensorReading2, 0, 1024, 0, HI_limit); int A3 = map(SensorReading3, 0, 1024, 0, HI_limit); int A4 = map(SensorReading4, 0, 1024, 0, HI_limit); int A5 = map(SensorReading5, 0, 1024, 0, HI_limit); if (A0+A1+A2+A3+A4+A5 > 3){ digitalWrite(led0, HIGH); } else{ digitalWrite(led0, LOW); } Serial.print(A0); Serial.print(","); Serial.print(A1); Serial.print(","); Serial.print(A2); Serial.print(","); Serial.print(A3); Serial.print(","); Serial.print(A4); Serial.print(","); Serial.println(A5); delay(100); } | cs |
Post your review here.
There are no posts to show
Product related questions and answers
There are no posts to show
Shipping Method : Parcel Service
Shipping Area : A Region.
Shipping Cost : International Shipping Fee
Shipping Time : 3 - 5 days
Please take into consideration that some products may take additional time for delivery and processing.
Important: Your order is shipped once your payment has been cleared. Please contact our customer service center if you would like to request an exchange or return on your order.
- Customs and Duties
The recipient will be held responsible for international shipments which may be subject to import duties and taxes. Please be advised that these charges are levied by the destination country and we do not have control over them. In the case that the recipient refuses to receive the parcel, the order will be returned to Korea and will not be re-shipped. Relevant expenses (round-trip shipping, customs, etc.) will be deducted from the refund.
BANKINDUSTRIAL BANK OF KOREA
ACCOUNT614-009295-56-00017
SWIFT CODEIBKOKRSE
TEL(+82)32.624.3870
FAX(+82)2.6442.7749