Rui Azevedo

Results 138 comments of Rui Azevedo

only tested async on esp's, anyone used this on a mega?

yes, issue commands to the `nav` object as suitable for your input, example here: https://github.com/neu-rah/ArduinoMenu/blob/master/examples/codeCtrl/codeCtrl/codeCtrl.ino

Focusing on that on version 5, for now the SD example uses long lists of files, provided that they are treated all the same with the same handler, differentiate later...

hi, this was a set of changes that would allow usage of xpath2 (https://github.com/ilinsky/xpath.js) with this dom. Is this still of interest after all this time? If so, is there...

https://github.com/neu-rah/PCINT, does it help?

not a table please, this are embedded system and we don't have much memory most of the time. as for the code, we can increase the library size, but before...

we can put it inside a class if using a static function ```c++ struct Data { static void myFunc() {/*...*/} void begin() { attachInterrupt( digitalPinToInterrupt(1), Data::myFunc, CHANGE ); } }...

Same issue, while implementing a trait I've compiled to check one function and now i have a box covering my code everytime i try to implement the other functions of...