PB2

Results 4 issues of PB2

Bill, I'm trying to get `SdFatSdioEX` and `FatFileSystem` to work with [my SD terminal library](https://github.com/PowerBroker2/SdTerminal), but it fails with the following error: ``` C:\Users\ltber\OneDrive\Documents\Arduino\libraries\SdTerminal\src/SdTerminal.h:20:13: error: 'FatFileSystem' has not been declared...

Thanks for the image, I've tried it and works amazing! I think it would be useful to a lot of people (including myself) if the kernel in this image included...

I'm using a T4.1 with a 2.8in display. When I use the following code: ```C++ /******************************************************************** * * ILI9341_T4 library example: displaying moving sprites... * ********************************************************************/ #include #include // //...

I'm trying to get real-time location and attitude data, but it seems I can only get a ~5Hz data rate using this lib. I'd prefer to stay in Python and...