Skip to content

Commit

Permalink
Fix defines spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ButterscotchV authored Feb 8, 2024
1 parent 00c33ab commit d7f89ae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,14 +190,14 @@ IMU_DESC_ENTRY(IMU_BMP160, PRIMARY_IMU_ADDRESS_ONE, IMU_ROTATION, PIN_IMU_SCL, P
#define LED_PIN 16
#define LED_INVERTED true
#elif BOARD == BOARD_XIAO_ESP32C3
#define PIN_IMU_SDA 6 //D4
#define PIN_IMU_SCL 7 //D5
#define PIN_IMU_INT 5 //D3
#define PIN_IMU_INT_2 10 //D10
#define LED_PIN 4 //D2
#define LED_INVERTED false
#define PIN_BATTERY_LEVEL 2 //D0 / A0
#ifndef BATTERY_SHIELD_RESISTANCE
#define PIN_IMU_SDA 6 //D4
#define PIN_IMU_SCL 7 //D5
#define PIN_IMU_INT 5 //D3
#define PIN_IMU_INT_2 10 //D10
#define LED_PIN 4 //D2
#define LED_INVERTED false
#define PIN_BATTERY_LEVEL 2 //D0 / A0
#ifndef BATTERY_SHIELD_RESISTANCE
#define BATTERY_SHIELD_RESISTANCE 0
#endif
#ifndef BATTERY_SHIELD_R1
Expand Down

0 comments on commit d7f89ae

Please sign in to comment.