Ron Evans

Results 67 issues of Ron Evans

Right now, the code only connects to the first joystick i.e. joystick 0: https://github.com/hybridgroup/gobot/blob/master/platforms/joystick/joystick_adaptor.go#L30 We need the ability to specify a particular joystick to handle case that more than one...

enhancement

Just was trying out my usual Dualshock3 clone on a fresh install of Raspbian with SDL2 2.0.8 installed, and spent a few hours utterly confused on why my joystick mappings...

gotcha

This PR adds the PinConfigInput() and PinConfigOut() helper functions to avoid so much repetition when just using the default values for config: Before: ```go led.Configure(machine.PinConfig{Mode: machine.PinOutput}) ``` After: ```go led.Configure(machine.PinConfigOutput())...

Gort needs to be able to add the udev rule for Arduino101/TinyTile: https://github.com/hybridgroup/gobot/pull/437 in the same fashion that it can for Digispark.

This PR switches all references to `device/stm32` over to the `tinygo.org/x/device` package repo location.

When trying to use the WiFiNINA driver, if you attempt to connect to an unsecured access point, you get the following error: ``` panic: runtime error: index out of range...

bug

In the case of the I2C interface, since no driver calls the I2C `Configure()` method, we did not have any troubles refactoring all the I2C drivers to use the interface....

enhancement

We need support for the HTS221 capacitive digital sensor for relative humidity and temperature. It is one of the sensors onboard the Arduino Nano 33 BLE Sense.

enhancement
help wanted

I'd like to have a driver for SPI flash drives similar to what https://github.com/adafruit/Adafruit_SPIFlash can do. Ideally, it would also support the CircuitPython extensions to the file system for when...

enhancement
help wanted

Since this driver really pertains mostly to the SN74AXXX family of shift register chips, should it be renamed to this?