Andrew Kroll

Results 45 comments of Andrew Kroll

Why not just #include in your main sketch. That would be the easy fix... or does that fail too?

Arduino IDE does not do this either! IIRC you need to place every include you use in the sketch for everything to be located.

I'm happy to see someone else has forked the project! That said... add this to the top of your .ino, and it will work IDE or not: `#include ` After...

While this isn't a fork of my effort, both have a common root, which IIRC is pre-github days.

If you want to contribute to USB host, please use the new library, UHS 3.0. Don't bother with 2.0 or 1.0, both are a mess.

Nobody really uses PAL/NTSC anymore, *however* this *is* possible by abusing the SPI on an ESP32 with the extra PSRAM chip, *or* by using the PSRAM directly. The only issue...

I am currently working on a project, that (if I can get the events, timers, and lut's to cooperate) will not only revert the "undocumented" attach/detach, but include an extra...

Timer stops at 7, "running" bit claims it's not running after counting to 7. Real question is where's the pulse coming from... Note also that the only time I need...

Here's what the scope is pooping out. ![IMG_20230926_075134](https://github.com/SpenceKonde/DxCore/assets/3876044/edb31024-ec96-42a8-a2d8-41aeee8e45ad) ![IMG_20230926_075246](https://github.com/SpenceKonde/DxCore/assets/3876044/d5b57be9-82ad-4bda-806b-67f45e9373db)

```08:01:00.159 -> Starting... 08:01:00.159 -> 0 08:01:00.159 -> 1 08:01:00.159 -> 1 08:01:00.159 -> 1 08:01:00.159 -> 1 08:01:00.159 -> 2 08:01:00.159 -> 2 08:01:00.159 -> 2 08:01:00.159 -> 2...