Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: 2022_NHK_B_canTR QEI R1370 mbed
Revision 1:f286f65bcbec, committed 2022-10-10
- Comitter:
- umekou
- Date:
- Mon Oct 10 09:53:30 2022 +0000
- Parent:
- 0:dfda9f251700
- Commit message:
- add reset pin
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Oct 09 10:10:09 2022 +0000
+++ b/main.cpp Mon Oct 10 09:53:30 2022 +0000
@@ -29,11 +29,12 @@
int main()
{
- Reset=1;
+
led = 1;
printf("success!\r\n");
- while(1) {
+ while(1) {
+ Reset=0;
updateenc();
updatejyro();
pc.printf("\r\n ");