small steps
This commit is contained in:
parent
8ba4bd1761
commit
87050b225e
@ -15,7 +15,7 @@ OSC port : 9001 (change OSCport in maxserver.py)
|
||||
|
||||
Obviously change /dev/cu.usbserial-1D1310 with your serial port like /dev/tty.USB0
|
||||
|
||||
Heavy use of https://github.com/mcauser/micropython-max7219
|
||||
Heavy use of https://github.com/mcauser/micropython-max7219 and https://github.com/SpotlightKid/micropython-osc
|
||||
|
||||
# Hardware connections
|
||||
|
||||
|
@ -89,7 +89,7 @@ def main(ip):
|
||||
pass
|
||||
finally:
|
||||
loop.close()
|
||||
reqs = counter.count / (time.time() - start)
|
||||
reqs = callback.count / (time.time() - start)
|
||||
print("Requests/second: %.2f" % reqs)
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Loading…
Reference in New Issue
Block a user