David
                                            David
                                        
                                    I am using a SAMD21 microcontroller (Arduino Zero), and using SdFat to handle interaction with an SD card. The SD card has a FAT32 file system on it. When my...
Is there any support for 4-bit SDIO, rather than just single-bit SPI? If not, can I make this a feature request?
Speed
First let me say that I really love this package that you've developed. I think using LINQ-style syntax is a lot more intuitive and easier to read/understand than using Python...
I want a modal dialog that is not moveable. Apparently this was done before (see #206), but this doesn't seem to be in the codebase anymore? I don't see the...
Hi, I am currently having trouble filtering by service id when scanning. Here is my code for scanning: ``` var scan_filter_options = new ScanFilterOptions(); scan_filter_options.ServiceUuids = new [] { Guid.Parse(service_id)...
On occasion USB initialization will fail, and I am trying to figure out why this is happening. I am currently using a custom board with a SAMD51P19A. I've adjusted the...
I came to use your customized version of the ToggleSwitch because the standard .NET MAUI Switch was not meeting my needs. Your drawn-control version seemed easy enough to modify to...
I have encountered two issues with the ToggleSwitch control. I have also fixed them, and opened a pull request. Here are the issues: (1) The ToggleSwitch still reacts to user...
For the life of me, I cannot get the visual inputs to fire reliably. I've tried orientation-selective receptive fields, center-surround receptive fields, and rectangular receptive fields. I am generating activity...
It seems like there has been a lot of commits over the past couple of years, but the most recent official release is from 2016. So if I were to...