Angel Zaprianov
Angel Zaprianov
I had planned this option for a tablet (or similar device)... I will rush some other test and will develop a (Serial) protocol . Also an Android app was in...
Still not ready... When Android app is ready then will be done... (Do not have any free time to work over ArduinoMid the project)
Use `onCreate` && `onRemove` callback methods to add && remove value to your object Example: ``` var collection = []; *** onCreate: function (el) { *** collection.push( el.find("input").val()); *** }...