-
-
Notifications
You must be signed in to change notification settings - Fork 442
PWMoutputMATLABtutorial #222
New issue
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MessiahJa thank you for your contribution! I made a small QA and was mainly focusing on the trademarks and formatting of your tutorial.
Please take a look and let me know what you think. If you agree (which you should at least with the trademarks), please use the "commit suggestion" button to implement my suggestions!
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
Then, to answer your questions.
again, thank you for your contribution! ⭐ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll retake the screenshots in 1080.
Hi @MessiahJa. Please sync your fork by following this tutorial: Your fork is currently very outdated compared to Arduino's repository and that is causing the automated "Content Linter" check to fail. It should be as simple to do as clicking the button shown in the tutorial I linked above. |
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
@per1234 I was making new changes at the same time as your corrections so I could not commit your suggestions since they became outdated. I corrected the spelling errors, shortened the title and added "proper" descriptions to all images. Thank you. |
You are welcome. I find GitHub's "suggestions" feature useful for unambiguous communication during PR reviews, but the PR author is always welcome to implement my suggestions however they like (if at all). Please check the results of the latest CI run. There is good progress toward a ✔️, but still a few problems that will need to be resolved: https://github.com/arduino/docs-content/runs/6434948735?check_suite_focus=true#step:3:9
https://github.com/arduino/docs-content/runs/6434948755?check_suite_focus=true#step:3:43
It will also be required for you to sign the contributor license agreement offered by the bot here: |
@per1234 Is there any tutorial that could show me how I could use CI? I saw that the results do not update and it has to run again but I've not found any tutorials on it. |
There is general information about it here: https://docs.github.com/en/actions However, that is only about the "GitHub Actions" framework the continuous integration system of this repository runs on. There isn't anything there specific to Arduino's own checks. The "Spell Check" check that runs is from this excellent tool named codespell: https://github.com/codespell-project/codespell If you install that on your computer, you could run codespell on the projects yourself using a command like this:
The "Content Linter" check is a custom tool created by Arduino and hosted here: https://github.com/arduino/content-lint
Unfortunately, there is nothing you can do about that. Arduino has configured the repository so that a maintainer must approve the CI runs for PRs from new contributors. That means there is an unfortunate delay between you pushing a new commit to the pull request and when one of the maintainers notice that an approval is required. If you submit additional pull requests here after this one has been merged, the CI system will run the checks automatically. |
Should we close this PR? #193 |
@marqdevx If nothing is left to fix then yes! :D |
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
@per1234 if you are happy with the tutorial now, could you please give an approving review? We are blocked from merging atm ⭐ |
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
...are/02.hero/boards/uno-rev3/tutorials/PWM-using-MATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have any experience with MATLAB and don't possess a MATLAB license, so I am not able to fully evaluate the tutorial, but the parts I am able to evaluate look fine.
Thanks @MessiahJa!
@per1234 Thanks for your evaluation! |
@jhansson-ard Should we remake the pictures with an schematic view? |
Also I've tried to render it locally and everything seems good, no issues on the formatting side. ✔️ |
@MessiahJa We are making some schematics pictures to replace the photos you took. Also next week I will make some small changes, we will wait for your approval before merging it. 😄 |
Hello @marqdevx ! |
Sorry, I couldn't work on it yet. |
Its been more than a month since I last followed up. I put a lot of time and effort into creating this and was hoping to make a bunch more back to back but there has been no response from your team. @marqdevx |
Hey @MessiahJa! We are currently in the middle of vacations, but Pablo will be back next week. I will make sure he takes a look at this PR so that we can merge it as soon as he is back. Thank you for your patience 🙏🏼 |
…ATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md Co-authored-by: per1234 <accounts@perglass.com>
…ATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md Co-authored-by: per1234 <accounts@perglass.com>
…ATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md Co-authored-by: per1234 <accounts@perglass.com>
…ATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md Co-authored-by: per1234 <accounts@perglass.com>
…ATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md Co-authored-by: Pablo Marquínez Ferrándiz <pablomarqfer@gmail.com>
…ATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md Co-authored-by: Pablo Marquínez Ferrándiz <pablomarqfer@gmail.com>
…ATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md Co-authored-by: Pablo Marquínez Ferrándiz <pablomarqfer@gmail.com>
…ATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md Co-authored-by: Pablo Marquínez Ferrándiz <pablomarqfer@gmail.com>
…ATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md Co-authored-by: Pablo Marquínez Ferrándiz <pablomarqfer@gmail.com>
…ATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md Co-authored-by: Pablo Marquínez Ferrándiz <pablomarqfer@gmail.com>
…ATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md Co-authored-by: Pablo Marquínez Ferrándiz <pablomarqfer@gmail.com>
…ATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md Co-authored-by: Pablo Marquínez Ferrándiz <pablomarqfer@gmail.com>
…ATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md Co-authored-by: Pablo Marquínez Ferrándiz <pablomarqfer@gmail.com>
…ATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md Co-authored-by: Pablo Marquínez Ferrándiz <pablomarqfer@gmail.com>
…ATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md Co-authored-by: Pablo Marquínez Ferrándiz <pablomarqfer@gmail.com>
…ATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md Co-authored-by: Pablo Marquínez Ferrándiz <pablomarqfer@gmail.com>
…ATLAB-Tutorial/PWM-using-MATLAB-Tutorial.md Co-authored-by: Pablo Marquínez Ferrándiz <pablomarqfer@gmail.com>
I've changed the tutorial folder (the final link) to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MessiahJa content seems ready, im waiting for your confirmation 😄
I'm having issues opening this page
Cant wait, lets go. |
What does it say when you access the preview Then lets merge 💪 |
@MessiahJa It is public https://docs.arduino.cc/tutorials/uno-rev3/matlab-pwm-blink It appears on both Uno R3 and UNO R3 SMD Thanks for the contribution!! 😄 |
It worked. Thank you very much for your help @jhansson-ard, @per1234 & @marqdevx |
This a contribution. While I will be completing the tutorial based on the guidelines (such as adding the "Ciruit" section), I have a few questions:
Contribution Guidelines