Jon Kelly

Results 18 comments of Jon Kelly
trafficstars

Something not mentioned in the PR description above. I experimented with the SPI API provided by the RTOS project. This looks promising but work on this was stopped due to...

Yes, the commented out code is from https://github.com/SuperHouse/esp-open-rtos/blob/master/core/include/esp/spi.h It looks ideal, and seems likely to provide the fastest SPI method. spi.h includes some example code for using the API. That...

It will be great to have your random and delay functions in the library. When I was building some game/puzzle widgets, various ideas needed a random function. My delay() felt...

I'm very interested in any possible ways to load lisp code automatically. The solution in this PR enabled me to create game/puzzle widgets that would work immediately when connected to...

@samsworldofno thanks, I'll take a look and add some comments.

Hi @phil When I started working on the sql tutorial a few days ago, I found it helpful to make a copy of the first Javascript tutorial, and make changes...

@despo Hi Despo, this is a really excellent guide, thanks for posting it. I don't know if we have a place for things like this, but it would be very...

The relational sql tutorials themselves look good, they start simply and then steadily become more complex. Also, it should be straightforward to convert them to environments other than psql, such...

I'll try out installing the gSchool tables in sqlite, and create the answers to some of the exercises. I can create some headers for a tutorial, and write some instructions,...

@jetaggart Thanks for clarifying this, I saw from the gSchool repo that it's licensed as creative commons.