Skip to content

Commit

Permalink
Updated IMU freq and added IMU library as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate711 committed Oct 27, 2018
1 parent cc0f981 commit 6a62404
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Expand Up @@ -6,4 +6,4 @@
url = https://github.com/greiman/SdFat.git
[submodule "lib/SparkFun_BNO080_Arduino_Library"]
path = lib/SparkFun_BNO080_Arduino_Library
url = https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library.git
url = https://github.com/Nate711/SparkFun_BNO080_Arduino_Library
2 changes: 1 addition & 1 deletion lib/SparkFun_BNO080_Arduino_Library
2 changes: 1 addition & 1 deletion src/config.h
Expand Up @@ -21,7 +21,7 @@
#define UART_FREQ 2000
#define USB_SERIAL_FREQ 100
#define DATALOG_FREQ 10
#define IMU_FREQ 200
#define IMU_FREQ 100

#define CURRENT_LIM 40.0f

Expand Down

0 comments on commit 6a62404

Please sign in to comment.