diff --git a/in_python/bmp180.py b/in_python/bmp180.py index 436a208..9dec87d 100755 --- a/in_python/bmp180.py +++ b/in_python/bmp180.py @@ -7,6 +7,7 @@ # Author : Jony Silva # Date : Wed 12 Jul 21:03:26 UTC 2017 # +# # All the credit for the code to read # the chip BMP180 goes to: # http://www.raspberrypi-spy.co.uk/ @@ -20,7 +21,7 @@ from ctypes import c_short DEVICE = 0x77 # Default device I2C address # Interval sending in seconds between broadcasts -SEND_TIMING = 1 +SEND_TIMING = 0.5 # addressing information of target IPADDR = ''