This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Variables used by Scriptable. | |
| // These must be at the very top of the file. Do not edit. | |
| // icon-color: teal; icon-glyph: magic; | |
| // These must be at the very top of the file. Do not edit. | |
| // icon-color: deep-blue; icon-glyph: magic; | |
| // replace locale with yours | |
| let locale = 'de-DE' | |
| const tehybug_data = await get_tehybug_data() | |
| const widget = new ListWidget() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Variables used by Scriptable. | |
| // These must be at the very top of the file. Do not edit. | |
| // icon-color: teal; icon-glyph: magic; | |
| // These must be at the very top of the file. Do not edit. | |
| // icon-color: deep-blue; icon-glyph: magic; | |
| // replace tehybug key with yours | |
| let tehybug_key = '1feae1a8-dbbd-49e5-9c61-cde6bf8e29e8' | |
| // replace locale with yours | |
| let locale = 'de-DE' | |
| let param = args.widgetParameter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Adventure time Song | |
| * Using Tone() | |
| * | |
| * Connect Positive side of buzzer to pin 11 | |
| * Negative to Ground | |
| * | |
| * by: Patrick Bailey www.whiteboardcoder.com | |
| * Last updated: 10/3/2015 | |
| * |