The words you are searching are inside this book. To get more targeted content, please make full-text search by clicking here.
Discover the best professional documents and content resources in AnyFlip Document Base.
Search
Published by hongkum.inj, 2019-10-02 23:28:41

flip book plateform Arduino IDE

flip book

3128-2107 Microcontroller

Platform
Arduino IDE

จดั ทำโดย นำยหงษ์คำ อนิ ใจ วิทยำลยั เทคนคิ เชยี งใหม่

Void setup()
{………
}

Void loop()
{……….
}

Exam
Void setup

{

pinMode 11,OUTPUT;

}

Void loop

{

pinMode 11,HIGH;

Delay(1000);

pinMode 11,LOW;

Delay(1000); }

3128-2107 Microcontroller
จัดทำโดย นำยหงษ์คำ อินใจ วิทยำลยั เทคนคิ เชยี งใหม่


Click to View FlipBook Version