CreativeRobotics

Results 20 comments of CreativeRobotics

The prefabs were (I thought) a nice idea, but I ran into some problems getting it to work well enough (and I was hitting the limits of my c++ skills)...

What do you think to the idea of incorporating the array of command lengths into your commandCollection object? Take a look at computeLengths() to see how it is created whenever...

Yes, its a trade off between memory efficiency or faster loading and less dynamic memory use. Perhaps it needs to be a compile time option, or maybe controlled through run...

Ok, this sounds great, but I'm keen to avoid making the entire command list creation dynamic unless the user chooses this option - I may be being over cautious here...

That section allows you to call a command that is inside a submenu without entering and exiting the submenu using additional commands. When the handler transfers to the sub menu...

I think an automatic exit option is a good idea, it simplifies the whole process.

Sure. I might not get much done for a while though, I'm about to go on a weeks holiday.

That sounds awesome. I was a fool thinking I would be able to get anything done over the holidays, and I expect to be catching up on all my paid...

> > > It feels like the developers aren't using the IDE themselves > > > > > > Do you realise how absurd that sounds? > > Not quite...

Fixing this still won't make it work with a lot of Arduino distributions because the SPI class isn't handled correctly: > D:\Dropbox\Arduino\libraries\TLE5012B\src\framework\arduino\pal\spi3w-ard.cpp: In constructor 'SPIClass3W::SPIClass3W()': > D:\Dropbox\Arduino\libraries\TLE5012B\src\framework\arduino\pal\spi3w-ard.cpp:27:35: error: no matching...