darekop

Results 6 comments of darekop

Is this what MPU6050_tockn69.h file looks like after changes? ``` #ifndef MPU60506969_TOCKN_H #define MPU605069_TOCKN_H #include "Arduino.h" #include "Wire.h" #define MPU605069_ADDR 0x69 #define MPU605069_SMPLRT_DIV 0x19 #define MPU605069_CONFIG 0x1a #define MPU605069_GYRO_CONFIG 0x1b...

the MPU6050_tockn69.h file looks like this ``` #ifndef MPU6050_TOCKN_H #define MPU6050_TOCKN_H #include "Arduino.h" #include "Wire.h" #define MPU605069_ADDR 0x69 #define MPU605069_SMPLRT_DIV 0x19 #define MPU605069_CONFIG 0x1a #define MPU605069_GYRO_CONFIG 0x1b #define MPU605069_ACCEL_CONFIG 0x1c...

File - MPU6050_tockn69.h ``` #ifndef MPU6050_TOCKN_H #define MPU6050_TOCKN_H #include "Arduino.h" #include "Wire.h" #define MPU605069_ADDR 0x69 #define MPU605069_SMPLRT_DIV 0x19 #define MPU605069_CONFIG 0x1a #define MPU605069_GYRO_CONFIG 0x1b #define MPU605069_ACCEL_CONFIG 0x1c #define MPU605069_WHO_AM_I 0x75...

Unfortunately I can't deal with this library. Can I ask you to insert or send [[email protected]](url) correctly changed files? Thanks!

Everything is OK. Thank you very much

This is my code: ``` #include #include #include #include #include LiquidCrystal lcd(12, 11, 10, 9, 8, 7); MPU6050 mpu6050(Wire); MPU605069 mpu60502(Wire); float wynikx1 = 0; float wynikx2 = 0; float...