Переглянути джерело

Removed unneeded line of code

master
BinHong Lee 7 роки тому
джерело
коміт
0aef2e2b06
1 змінених файлів з 0 додано та 4 видалено
  1. +0
    -4
      main.c

+ 0
- 4
main.c Переглянути файл

@@ -5,7 +5,6 @@
#include <wiringPiI2C.h>

//Preset information about MPU3050 (gyro sensor)
#define MPU3050_PWR (0x6b)
#define MPU3050_I2C (0x69)
#define MPU3050_REG (0x21)

@@ -80,9 +79,6 @@ int main()
return 0;
}

//Power I2C and begin tracking
wiringPiI2CWriteReg8(i2cSetup, MPU3050_PWR, 0x01);

//Declare 'gyroInput' to be used to contain the input from gyro sensor later
int gyroInput;
//Initialize 'count' to be used to keep track how many consecutive 0.1 secs had the gyro sensor stayed at 0


Завантаження…
Відмінити
Зберегти