Mike S
Mike S
The GY-86 is the base for FreeIMU. It is a MPU-6050/HMC5883/MS5611 board.
See comment here: https://github.com/mjs513/FreeIMU-Updates/issues/103#issuecomment-1025186261 However, the library won't fit on an Arduino Uno you would have to use a Mega or something with a bit more memory
Not sure what the example you are using, but I just compiled for the Mega using the Yaw_pitch_roll example and it compiled with out errors. This is what I have...
You can try commenting out that line and it the file cstddef. Unfortunately I am unable to test if it works. Nullptr should already be defined for Arduino.
I was wondering what the status of these commits are as I am very interested in getting operational with Processing 3. If not can you let me know where to...
Will give it a try as soon as I can. I am just finishing up some tests with the new Arduino 101 board. Will let you know how it works...
In lieu of creating a separate issue I am going to expand on this issue. OS: Windows 10x64 Version: 2.0.0-rc3-nightly.20220201 Date: 2022-02-01T03:08:59.105Z CLI Version: 0.20.2 [13783819] **Incidence in platform bundled...
Hi @per1234 Thanks for responding so quickly. At least for me still learning about the new IDE and beginning to get use it the more and more I use it....
Morning (at least for me) Alot of optimization is already being done on the ILI9341 side using DMAMem and framebuffer support etc., so alot of the display optimizations you have...
Was just looking at that now as I was converting from using SD to SDFat2. Thing is looking at your openDir function I don't see a case for SdFat2 or...