Skip to content

Commit

Permalink
set firmata & mcsmu to autospawn new browser tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
itdaniher committed Jul 7, 2011
1 parent 8e274f6 commit ea2f035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arduino_firmata.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,4 @@ def parse_pin_spec(s, dpins=[], apins=[], spins=[]):

dev = FirmataDevice(port, dpins, apins, spins)
server = pixelpulse.DataServer(dev)
server.start()
server.start(openWebBrowser=True)
2 changes: 1 addition & 1 deletion modconsmu.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ def poll(self):
vlimit = (-10, 10)
dev = ModconSMU(vlimit)
server = pixelpulse.DataServer(dev)
server.start()
server.start(openWebBrowser=True)

0 comments on commit ea2f035

Please sign in to comment.