Lesson 02: Arduino IDE Software
This is lecture 02 of Arduino Step by Step course
We learn how to get Arduino software to start working with Arduino and making cool projects. Step by step learn how to download and configure the Arduino Integerated Development Enviroment IDE.
/*
* This is the Arduino code for TTP223 Touch module switch
* by touching the module, the pin 8 is sending signal to turn the Relay or switch ON
* *
* Written by Ahmad S. for Robojax.com
* Date: April 01, 2017, in Ajax, Ontario, Canada
* Permission granted to share this code given that this
* note is kept with the code.
* Disclaimer: this code is "AS IS" and for educational purpose only.
*
*/