Skip to content

Commit

Permalink
adding support for Orin AGX
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubberazer committed Jun 25, 2024
1 parent e3771eb commit d189d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EXAMPLES_C++/jetgpio_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ int level = 0;
level = gpioRead(7);
printf("level: %d\n",level);
sleep(1);
x++;
x++;
}

// Terminating library
Expand Down
2 changes: 1 addition & 1 deletion EXAMPLES_C/jetgpio_example.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ int level = 0;
level = gpioRead(7);
printf("level: %d\n",level);
sleep(1);
x++;
x++;
}

// Terminating library
Expand Down

0 comments on commit d189d7e

Please sign in to comment.