Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Commit

Permalink
Fixed binary address
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Townsend committed Nov 28, 2013
1 parent e4e9397 commit 02cfce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_L3GD20.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#endif
#include "Wire.h"

#define L3GD20_ADDRESS (0x6B) // 1101001
#define L3GD20_ADDRESS (0x6B) // 1101011
#define L3GD20_POLL_TIMEOUT (100) // Maximum number of read attempts
#define L3GD20_ID (0b11010100)

Expand Down

0 comments on commit 02cfce0

Please sign in to comment.