Minor changes.
This commit is contained in:
@@ -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>'
|
||||
|
Reference in New Issue
Block a user