Minor changes.

This commit is contained in:
The Weather PI
2017-07-16 01:36:14 +00:00
parent beb9c1a72f
commit 856e86a2e1

View File

@@ -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 = '<broadcast>'