Skip to content

Commit

Permalink
Fix 3-axes accelerometer pins Z pin number
Browse files Browse the repository at this point in the history
  • Loading branch information
robertinant committed Sep 27, 2018
1 parent 685749d commit 0a245b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variants/MSP-EXP430FR5739LP/pins_energia.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static const uint8_t A11 = 128 + 11; //Special this is Vcc/2 */
/* 3-axes accelerometer pins */
static const uint8_t ACC_X = 16; /* (A6) 16 - P3.0 */
static const uint8_t ACC_Y = 17; /* (A5) 17 - P3.1 */
static const uint8_t ACC_Z = 18; /* (A4) 18 - P3.0 */
static const uint8_t ACC_Z = 18; /* (A4) 18 - P3.2 */
static const uint8_t ACC_ENABLE = 30; /* 30 - P2.7 */
static const uint8_t NTC_ENABLE = 30; /* 30 - P2.7 */

Expand Down

0 comments on commit 0a245b2

Please sign in to comment.