Select Page

Arduino Basic Code for Power Electronic Application

1.        Basic 1.1.       Setup and Loop viod setup(){} viod loop(){}   1.2.       Comment //single line comment /*multi-line comment*/   1.3.       Delay Unit is ms delay(1000);   2.        Hardware 2.1.       Buildin LED Instead of using “int led =...