We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is big problem with the blink code. Not with the idea, but with the code.
As you can see (here)(https://github.com/schacon/blink/blob/master/blink.ino#L10), the LED uses the number 13 which has the follwing issues:
*It is unlucky *It is two decimal places
If we replace 'int led =13;' with int led = 7' , it will be far more lucky.
As Kanya West said:
We're living the future so the present is our past.
Also I have made few edits for which I have raised a Pull Request, reference link has given in the follwing: #1456
The text was updated successfully, but these errors were encountered:
Hello I am Aniket Das. I am commenting through Github API in a issue which I have raised on my own, 👍
Sorry, something went wrong.
No branches or pull requests
There is big problem with the blink code. Not with the idea, but with the code.
What is the problem.
As you can see (here)(https://github.com/schacon/blink/blob/master/blink.ino#L10), the LED uses the number 13 which has the follwing issues:
*It is unlucky
*It is two decimal places
If we replace 'int led =13;' with int led = 7' , it will be far more lucky.
As Kanya West said:
Also I have made few edits for which I have raised a Pull Request, reference link has given in the follwing:
#1456
The text was updated successfully, but these errors were encountered: