Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed Dec 8, 2023
1 parent 80d93fa commit aaf1d08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/AS5600_plus_AS5600L/AS5600_plus_AS5600L.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// AUTHOR: laptophead
// PURPOSE: showing working of a AS5600 and AS5600L side by side
// URL: https://github.com/RobTillaart/AS5600
// URL: https://github.com/RobTillaart/AS5600/issues/48


#include "AS5600.h"
Expand Down Expand Up @@ -42,8 +43,6 @@ void setup()
Serial.print ("Address For AS5600 L ");
Serial.println(as5600_L.getAddress());

int b = as5600_R.isConnected();

Serial.print("Connect_R: ");
Serial.println(as5600_R.isConnected() ? "true" : "false");

Expand Down

0 comments on commit aaf1d08

Please sign in to comment.