Ron Evans
Ron Evans
The formatting for docs that end up on http://cylonjs.com/documentation/platforms/edison/ for `Bluetooth` section are getting mangled.
While doing some integration tests, I was unable to get pins `P9_15`, `P9_16`, `P9_17` or `P9_18` working with either digitalRead or servo operations. Mapping is off? I am using the...
Support for client-side MQTT perhaps something like https://github.com/mqttjs/MQTT.js#browserify
Need to be able to support OAuth2 for devices that support 3rd party authentication
We need to support basic auth
It would be great to see this added to the TinyGo drivers repo. https://github.com/tinygo-org/drivers/tree/dev/mcp3008 would be a good pattern to mimic. Check out what was done with the `ADCPin` https://github.com/tinygo-org/drivers/blob/dev/mcp3008/mcp3008.go#L29...
The ESP32 UART does not seem to have RX connected yet, I think because it also needs interrupts implemented.
LLVM 18 has been out for a bit. Homebrew installs it by default now.
This PR modifies the `servo` package to add a new function `SetAngle()` to simplify API for most common use case: move a servo to a particular angle.
It would be really great to implement HUB75 support like what this does https://github.com/raspberrypi/pico-examples/blob/master/pio/hub75/Readme.md What I'd *really* like to do is have a PIO implementation that is the same interface...