-
-
Notifications
You must be signed in to change notification settings - Fork 498
[PC-1301] - Portenta C33 User Manual and Cloud IoT #1123
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
✅ docs-content deploy preview ready
- Deploy preview
- Build logs · 3m build time
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.
Some changes requested, especially the end of the section
Please avoid the overuse of "Now" :) thanks!
content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md
Outdated
Show resolved
Hide resolved
content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md
Outdated
Show resolved
Hide resolved
content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md
Outdated
Show resolved
Hide resolved
content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md
Outdated
Show resolved
Hide resolved
content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md
Show resolved
Hide resolved
content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md
Outdated
Show resolved
Hide resolved
content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md
Outdated
Show resolved
Hide resolved
content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md
Show resolved
Hide resolved
content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md
Outdated
Show resolved
Hide resolved
content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md
Show resolved
Hide resolved
Co-authored-by: Julián Caro Linares <j.carolinares@arduino.cc>
Co-authored-by: Julián Caro Linares <j.carolinares@arduino.cc>
Co-authored-by: Julián Caro Linares <j.carolinares@arduino.cc>
Co-authored-by: Julián Caro Linares <j.carolinares@arduino.cc>
Co-authored-by: Julián Caro Linares <j.carolinares@arduino.cc>
Co-authored-by: Julián Caro Linares <j.carolinares@arduino.cc>
...ual/content.md Julián's review Co-authored-by: Julián Caro Linares <j.carolinares@arduino.cc>
@canchebagur this link is not working sorry:
content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md
Outdated
Show resolved
Hide resolved
content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md
Show resolved
Hide resolved
@canchebagur solution is really simple and IMHO elegant enough:
'''
void onLedChange() {
// led variable synced with the Arduino IoT Cloud dashboard
digitalWrite(LED_BUILTIN, !led); // Portenta C33 LED is ON when pin is LOW
}
'''
Please add the ! to put a NOT on the digitalWrite
@canchebagur solution is really simple and IMHO elegant enough:
''' void onLedChange() { // led variable synced with the Arduino IoT Cloud dashboard digitalWrite(LED_BUILTIN, !led); // Portenta C33 LED is ON when pin is LOW } '''
Please add the ! to put a NOT on the digitalWrite
Awesome solution, very elegant indeed.
Co-authored-by: Julián Caro Linares <j.carolinares@arduino.cc>
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.
@canchebagur just one additional grammar suggestion
@martab1994 you can take a look and add feedback or give us a Go, thanks!!!
content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.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.
It's great, super detailed! Just few comments =)
content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md
Outdated
Show resolved
Hide resolved
content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md
Outdated
Show resolved
Hide resolved
content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md
Outdated
Show resolved
Hide resolved
content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md
Outdated
Show resolved
Hide resolved
content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md
Outdated
Show resolved
Hide resolved
content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md
Outdated
Show resolved
Hide resolved
content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md
Outdated
Show resolved
Hide resolved
Co-authored-by: martab1994 <93210545+martab1994@users.noreply.github.com>
Co-authored-by: martab1994 <93210545+martab1994@users.noreply.github.com>
Co-authored-by: martab1994 <93210545+martab1994@users.noreply.github.com>
Co-authored-by: martab1994 <93210545+martab1994@users.noreply.github.com>
Co-authored-by: martab1994 <93210545+martab1994@users.noreply.github.com>
Co-authored-by: martab1994 <93210545+martab1994@users.noreply.github.com>
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.
Great for me =)
Uh oh!
There was an error while loading. Please reload this page.
What This PR Changes
Contribution Guidelines