Justace Clutter
Justace Clutter
Currently, the action of either a `Producer` grant or a `Consumer` read is a `Grant` instance that must be maintained and tracked. I have found this difficult when using the...
The current implementation of the Pwm subsystem returns a tuple, one entry in the tuple for each channels/pins that were configured. This leads to calls such as ``` pwm_channels.1.enable(); ```...
It is not clear from the examples and the documentation how to tell (what input to observe) when the selection has changed in a shiny app. I notice that the...
I have recently compiled from GIT CubicSDR so it would be able to use the BladeRF unit that I got the other day. Unfortunately, it crashes right when I click...
I am submitting this simple PR to start discussion on the recently opened issue #182. I have simply renamed the existing `enable` and `disable` methods to be `channel_enable` and `channel_disable`....
In a review of the Pwm trait, I noticed that there is no way to disable a timer completely. The existing `enable` and `disable` methods are designed for specific channels....
### Code example ``` library(shiny) library(shiny.fluent) library(shinyjs) ui
### Motivation I have a dropdown which has its dropdown options change based on other inputs. I would like to visually indicate to the user that these options have been...
I would like to use an LPTIM peripheral to track time. To do so I would like it to be in continuous mode so it just fires off the event...
### What feature would you like to see? I think it would be very nice to be able to define a pattern, and then be able to plot the value...