Robert Thomas

Results 3 issues of Robert Thomas

Building from #26. Examples currently follow no clear orientation rule, following from work in heartbeats.py I propose that all examples be orientated such that they have the same orientation as...

enhancement
help wanted

The code for __repr__ of LineSettings is missing commas to separate the arguments Current `LineSettings(direction={}, edge_detection={} bias={} drive={} active_low={} debounce_period={} event_clock={} output_value={})` Correct: `LineSettings(direction={}, edge_detection={}, bias={}, drive={}, active_low={}, debounce_period={}, event_clock={},...

To facilitate automation and minimize having to parse a ton of html it would be nice if there was a flag when starting miniserve to disable the javascript and just...