Skip to content

Commit

Permalink
Update copyright notice
Browse files Browse the repository at this point in the history
Remove unnecessary comments
  • Loading branch information
m-rtijn committed Dec 7, 2016
1 parent ff3f3f0 commit 918c753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions bin/mpu6050-example
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
#!/usr/bin/env python
"""Released under the MIT License
Copyright 2015 MrTijn/Tijndagamer
Copyright 2015, 2016 MrTijn/Tijndagamer
"""

# Import the MPU6050 class from the MPU6050.py file
from mpu6050 import mpu6050
from time import sleep

# Create a new instance of the MPU6050 class
sensor = mpu6050(0x68)

while True:
Expand Down
2 changes: 1 addition & 1 deletion mpu6050/mpu6050.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
between a Raspberry Pi and a MPU-6050 Gyroscope / Accelerometer combo.
Made by: MrTijn/Tijndagamer
Released under the MIT License
Copyright 2015
Copyright 2015, 2016
"""

import smbus
Expand Down

0 comments on commit 918c753

Please sign in to comment.