Clay Sampson

Results 4 issues of Clay Sampson

**Describe the issue** The settings button in disabled when the VM is running. It would be really handy to be able to just view settings without having to stop the...

enhancement
interface

In SERCOM.cpp the `startTransmissionWIRE()` function does some setup, transmits the slave address, and waits on completion. In the current GitHub version (cf28026aef2f65e2ddc5c631d2b01a144ff0a068), this is on line 529. There are circumstances...

help wanted

This fixes the issue I reported [to platformio](https://github.com/platformio/platformio-pkg-framework-arduinosam/issues/9). The downside is that `startTransmissionWIRE()` will immediately return an error on a multi-master I2C bus when another master currently owns the bus....

```elixir iex(1)> foo="foo" "foo" iex(2)> bar="bar" "bar" iex(3)> ~K{foo, bar} [foo: "foo", bar: "bar"] ```