Christoph Stickel
Christoph Stickel
Are there any plans to add support for tone()? There is another ATtiny core with tone support, but it doesn't seem to be maintained anymore: http://code.google.com/p/arduino-tiny/ Maybe the sourcecode from...
I tried inject-loader with Typescript and Istanbul coverage. For the code: ``` import getFoo from 'getFoo'; ``` The inject-loader adds a logical or-expression. The result looks like: ``` var getFoo_1...
Change event should not be fired on init or if value hasn't changed. Additionally the change event should only be fired at the end of a change (when dropdown gets...