From c7939d2329ba06bb24ba6b06f2e62e849c6e83d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D0=BE=D0=B1=D0=B1=D0=B8?= Date: Mon, 1 Jan 2018 14:42:53 +0000 Subject: [PATCH 1/3] Use timer REPEAT and NOREPEAT flags PUBLISHED_FROM=5b4a057606d9e27c5dfc91879bd0c601d3e6e75f --- fs/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/init.js b/fs/init.js index cb5733b..58d781b 100644 --- a/fs/init.js +++ b/fs/init.js @@ -26,7 +26,7 @@ let showStr = function(d, str) { d.display(); }; -Timer.set(1000 /* milliseconds */, true /* repeat */, function() { +Timer.set(1000 /* milliseconds */, Timer.REPEAT, function() { showStr(d, "i = " + JSON.stringify(i)); print("i = ", i); i++; From 85058b32e1c2982d7a79611922f6a2eb18046b47 Mon Sep 17 00:00:00 2001 From: Deomid Ryabkov Date: Mon, 24 Sep 2018 18:10:22 +0300 Subject: [PATCH 2/3] Add the "boards" library And move all board-specific tweaks there CL: Add the "boards" library and move all board-specific tweaks there PUBLISHED_FROM=7f12e4b95cf2fb1db53775d2244bc5c2c2c74837 --- mos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mos.yml b/mos.yml index a23aece..fc8a053 100644 --- a/mos.yml +++ b/mos.yml @@ -12,6 +12,7 @@ filesystem: - fs libs: # common mgos libs + - origin: https://github.com/mongoose-os-libs/boards - origin: https://github.com/mongoose-os-libs/ca-bundle - origin: https://github.com/mongoose-os-libs/i2c - origin: https://github.com/mongoose-os-libs/rpc-service-config From f0cca039d0ef983ba29640593dbc720178f6f17e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D0=BE=D0=B1=D0=B1=D0=B8?= Date: Sat, 20 Oct 2018 08:50:05 +0100 Subject: [PATCH 3/3] Remove references to the auld UI from the READMEs CL: Remove references to the auld UI from the READMEs PUBLISHED_FROM=0f7c46ef9e6c647d6416b7c7eeddc4fc91773ba0 --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 748f3a1..d354409 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,4 @@ # Adafruit SSD1306 usage example (JavaScript) -## Overview - This app is a Adafruit SSD1306 usage example in JavaScript. -## How to install this app - -- Install and start [mos tool](https://mongoose-os.com/software.html) -- Switch to the Project page, find and import this app, build and flash it: - -

- -