create account

Basic Coding for Arduino by renutyagi

View this thread on: hive.blogpeakd.comecency.com
· @renutyagi ·
Basic Coding for Arduino
Coding that I've learned by studying a coding language:

int led = 13;
int led2 = 12;
int led3 = 11;

// the setup routine runs once when you press reset:
void setup() { 
// initialize the digital pin as an output.
pinMode(led, OUTPUT);
pinMode(led2, OUTPUT);
pinMode(led3, OUTPUT); 
}

// the loop routine runs over and over again forever:
void loop() {
digitalWrite(led, HIGH); // turn the LED on (HIGH is the voltage level)
delay(100); // wait for a second
digitalWrite(led, LOW); // turn the LED off by making the voltage LOW
delay(100); 
{digitalWrite(led2, HIGH);
delay(100);
digitalWrite(led2, LOW);
delay(100);}
{digitalWrite(led3, HIGH);
delay(100);
digitalWrite(led3, LOW);
delay(100);}// wait for a second
}
πŸ‘  , , , , , , , ,
πŸ‘Ž  ,
properties (23)
authorrenutyagi
permlinkbasic-coding-for-arduino
categoryprameshtyagi
json_metadata{"tags":["prameshtyagi","coding","programming","computers"],"app":"steemit/0.1","format":"markdown"}
created2018-03-11 11:15:45
last_update2018-03-11 11:15:45
depth0
children1
last_payout2018-03-18 11:15:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length718
author_reputation45,161,153,375,230
root_title"Basic Coding for Arduino"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,686,203
net_rshares-1,012,382,606,850
author_curate_reward""
vote details (11)
@steemcleaners ·
$0.90
Hello,
We have found that all or part of the above post may have been copied from: http://www.instructables.com/id/Multiple-Blinking-LED-on-the-Arduino/

Not indicating that the content you post **including translations, spun, or re-written articles** are not your original work could be seen as [plagiarism.](http://www.plagiarism.org/plagiarism-101/what-is-plagiarism/)

These are some tips on how to share content and add value:
- Using a few sentences from your source in β€œquotes.” Use HTML tags or markdown ">" before the quote.
- Linking to your sources.
- Include your own original thoughts and ideas on what you have shared.
- It is recommended that the quotes should not cover more than 50% of the whole post. At least 50% of the content should be original.

Repeated plagiarized posts are considered spam. Spam is discouraged by the community, and may result in action from the [cheetah bot](https://steemit.com/steemitabuse/@cheetah/cheetah-bot-explained).

If you are actually the original author, please do reply to let us know!

More Info: <a href="https://steemit.com/steemcleaners/@steemcleaners/abuse-guide-2017-update">Abuse Guide - 2017</a>.

---

<b>If you reply to this comment directly, we may not notice your response.
It is recommended to contact us in our [Discord Channel](https://discord.gg/web9EJ), instead. </b>

Thank you.
πŸ‘  
properties (23)
authorsteemcleaners
permlinkre-renutyagi-basic-coding-for-arduino-20180314t210543529z
categoryprameshtyagi
json_metadata{"tags":["prameshtyagi"],"links":["http://www.instructables.com/id/Multiple-Blinking-LED-on-the-Arduino/","http://www.plagiarism.org/plagiarism-101/what-is-plagiarism/","https://steemit.com/steemitabuse/@cheetah/cheetah-bot-explained","https://steemit.com/steemcleaners/@steemcleaners/abuse-guide-2017-update","https://discord.gg/web9EJ"],"app":"steemit/0.1"}
created2018-03-14 21:05:42
last_update2018-03-14 21:05:42
depth1
children0
last_payout2018-03-21 21:05:42
cashout_time1969-12-31 23:59:59
total_payout_value0.790 HBD
curator_payout_value0.113 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,352
author_reputation2,789,224,428,782,668
root_title"Basic Coding for Arduino"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id44,453,231
net_rshares277,431,732,676
author_curate_reward""
vote details (1)