comparison server/ts.py @ 44:96c336896201

mostly works for testing
author Matt Johnston <matt@ucc.asn.au>
date Sat, 23 Jun 2012 23:37:29 +0800
parents 26c8ab2ba3f1
children 340a14fcbaeb
comparison
equal deleted inserted replaced
42:26c8ab2ba3f1 44:96c336896201
1 #!/usr/bin/env python2.7 1 #!/usr/bin/env python2.7
2 2
3 BTADDR = "00:12:03:27:70:88" 3 BTADDR = "00:12:03:27:70:88"
4 SLEEP_TIME = 2 4 SLEEP_TIME = 5
5 # time that the bluetooth takes to get going? 5 # time that the bluetooth takes to get going?
6 EXTRA_WAKEUP = 0 6 EXTRA_WAKEUP = 0
7 7
8 FETCH_TRIES = 3 8 FETCH_TRIES = 3
9 9