One of the most important feature of evive's menu interface is uploading multiple Arduino Sketches (programs) and change them without the need of re-programming. In the Arduino IDE, the user will add his custom codes in space provided in file named userDefinedFunctions.cpp in similar fashion to “void setup_user_defined_function(){….}” and “voidloop_user_defined_function(){….}”. And just upload the program to evive using Arduino IDE via USB cable. So the code with be available under the user defined menu list item. When the user will select that particular user defined function in the sub-menu of user defined function, the code will start running in loop.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.