Skip to content

Commit

Permalink
Merge pull request #1055 from Zyuangeorge/correct-as7343-demo-print
Browse files Browse the repository at this point in the history
Correct the output of the as7343 demo
  • Loading branch information
Gadgetoid authored Feb 6, 2025
2 parents aa1e3f1 + 9866736 commit 4e20ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/breakout_as7343/as7343_demo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ int main() {
while(true) {

AS7343::reading reading = as7343.read();
printf("FZ: %d FY: %d FXL: %d NIR: %d F2 %d F3: %d F4: %d F5: %d F1: %d F5: %d F7: %d F8: %d \n",
printf("FZ: %d FY: %d FXL: %d NIR: %d F2 %d F3: %d F4: %d F6: %d F1: %d F5: %d F7: %d F8: %d \n",
reading.FZ,
reading.FY,
reading.FXL,
Expand Down

0 comments on commit 4e20ac1

Please sign in to comment.