Search

You can find the results of your search below.

breeze
31 Hits, Last modified:
ule I made was that commands cannot be continued over multiple lines of code. So each command line mus... y. This makes it easy to edit stored procedures over a command line interface. Either the USB Serial ... d by the Arduino IDE, or a remote Telnet session over an Ethernet or WiFi connection. Line numbers ca... ; function(arg1, arg2); </code> In the example above, it's not obvious that "variable" is the name of
arduino
17 Hits, Last modified:
rduino boards. If you don't know what they are, have a look on the [[https://www.arduino.cc/en/Guide/I... tion, so don't expect anything to be perfect, or even useful! ===== Command Script Interpreter ===== ... entering commands (for debugging, or to trigger events and change the configuration on an adhoc basis... Read more about Breeze]] ===== AVL Tree ===== I've been looking for a way to store data in a file on
avl_tree
8 Hits, Last modified:
link between the SD card and the Arduino is relatively slow, and there is no caching on the Arduino si... and 1000. What if I bet you $1000 that I can discover your number by asking you no more than ten quest... n ten guesses or less? Surprisingly, I would win every time (assuming you always told the truth). It... data at each step of the search, and quickly arrive at the key we're looking for. The interesting bi