From 856e86a2e1b6361cad2a5c5f21e195f2bf6d284f Mon Sep 17 00:00:00 2001 From: The Weather PI Date: Sun, 16 Jul 2017 01:36:14 +0000 Subject: [PATCH] Minor changes. --- in_python/bmp180.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = ''