RE: How to control servo motor using arduino

You are viewing a single comment's thread from:

How to control servo motor using arduino

in utopian-io •  7 years ago 

I red the markdown tutorials on how to make the code block but whenever I try the < code > < /code > command and ``` `` it will put all the text below the codes in the code block. I surely did something wrong and just can't seem to figure it out just yet :(

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

This:

```
int pos = 0;
```

or this:

<code>int pos = 0;</code>

will make this:
int pos = 0;