diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-06-10 22:21:38 +1000 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-06-10 22:21:38 +1000 |
commit | cef7a2080db6019ee795a86b3df21f2eb4c41495 (patch) | |
tree | 339ec2c7c4ad4a9d62f9ad76e825356b97988434 /megalogger/config.h | |
parent | 3d6d4d69881ce89e13f4eb04ca973e6eb1812a7b (diff) | |
download | 2021-arduino-obd-cef7a2080db6019ee795a86b3df21f2eb4c41495.tar.gz 2021-arduino-obd-cef7a2080db6019ee795a86b3df21f2eb4c41495.tar.bz2 2021-arduino-obd-cef7a2080db6019ee795a86b3df21f2eb4c41495.zip |
Update MEGA Logger for colored display
Diffstat (limited to 'megalogger/config.h')
-rw-r--r-- | megalogger/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/megalogger/config.h b/megalogger/config.h index 4a3060e..279f953 100644 --- a/megalogger/config.h +++ b/megalogger/config.h @@ -51,6 +51,8 @@ * Accelerometer & Gyro **************************************/ #define USE_MPU6050 1 +#define ACC_DATA_RATIO 160 +#define GYRO_DATA_RATIO 256 /************************************** * Timeout/interval options |