Skip to content

Commit

Permalink
adding Zig examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubberazer committed Jun 30, 2024
1 parent 63ec18a commit 1f1ffc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EXAMPLES_C++/spi_loop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ int main(int argc, char *argv[])
tx[5] = 0xFF;
tx[6] = 0x11;

//Transfer data through register numbers for x, y & z axis
//Transfer data
int i = 0;
while (i<20){

Expand Down
2 changes: 1 addition & 1 deletion EXAMPLES_C/spi_loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ int main(int argc, char *argv[])
tx[5] = 0xFF;
tx[6] = 0x11;

//Transfer data through register numbers for x, y & z axis
//Transfer data

int i = 0;
while (i<20){
Expand Down

0 comments on commit 1f1ffc4

Please sign in to comment.