Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/espruino/EspruinoDocs

See http://espruino.com for the complete Espruino Documentation - many links in this repository will not work
https://github.com/espruino/EspruinoDocs

Fix formatting

c993740e1fe4e3c433e376012a6cb11f3b4b326f authored almost 6 years ago by Michał Bartkowiak <[email protected]>
Rename property

bc1d5edc9dcdc8361293342d169ebdcc3544707f authored almost 6 years ago by Michał Bartkowiak <[email protected]>
Merge branch 'master' of github.com:espruino/EspruinoDocs

077f0e93692e1d3de6d6a6d908204d857b06639e authored almost 6 years ago by Gordon Williams <[email protected]>
mention possible need for wait

6c7bb74e25e137079d2d8c27f305b2494dce2948 authored almost 6 years ago by Gordon Williams <[email protected]>
mention HSBtoRGB

fc916641b9f5baffdf671f111844b062a7937aee authored almost 6 years ago by Gordon Williams <[email protected]>
7 segment font

6063e016ac2fbaa260e42ea28d6775e7d48be2a1 authored almost 6 years ago by Gordon Williams <[email protected]>
Merge pull request #485 from olliephillips/master

deadlink, site must have restructured

471248a1fab3f9bf28c86ad5ba9fda13381e2dcf authored almost 6 years ago by Gordon Williams <[email protected]>
deadlink, site must have restructtured - think this is the resource which should be linked

aeaeed15e10427e66901e95e1b8d81ecaef5cbc3 authored almost 6 years ago by Ollie Phillips <[email protected]>
Merge pull request #484 from AkosLukacs/bme680

BME680 improvements #473

2ca29f2ed60c18887d9d95ff221af7389d34c6ea authored almost 6 years ago by Gordon Williams <[email protected]>
Merge pull request #483 from AkosLukacs/master

Linting and fixing #475

5299bb7a305218297245af84c9ea1b7e70c23c47 authored almost 6 years ago by Gordon Williams <[email protected]>
tweaks

bfa90447fea1c97d93425fc913dfb97c9cf95d63 authored almost 6 years ago by Ákos Lukács <[email protected]>
BME680 improvements #473

1611171f4e37a144736694809e88ebf7daaacf20 authored almost 6 years ago by Ákos Lukács <[email protected]>
Linting and fixing #475

30d86f0d69217e98045529072ad1afa9a9c69fe2 authored almost 6 years ago by Ákos Lukács <[email protected]>
Linkage

7ec098e986f629e6b1df578bcfe56c726821b6ef authored almost 6 years ago by Gordon Williams <[email protected]>
more tips

806f0615f5e316540aab7ba864ba6b50794402ae authored almost 6 years ago by Gordon Williams <[email protected]>
more obvious attribution

25658f5c642ecccc1e60a137745b5ba457207fe8 authored almost 6 years ago by Gordon Williams <[email protected]>
Add Ollie's tinyMQTT from https://github.com/olliephillips/tinyMQTT

033e894368105e3e531094531640f35f757b75e9 authored almost 6 years ago by Gordon Williams <[email protected]>
Merge pull request #481 from jjok/patch-1

Fix incorrect reference to `this`

0aca555595b12b19e7e13d9a3a3a358256de9de8 authored almost 6 years ago by Gordon Williams <[email protected]>
Fix incorrect reference to `this`

Reported here https://github.com/espruino/EspruinoDocs/issues/480#issuecomment-454922145

3d2ee5d8a8250aab674377d8159f2b33638d7543 authored almost 6 years ago by Jonathan Jefferies <[email protected]>
Merge branch 'master' of github.com:espruino/EspruinoDocs

8639f729ba80f3db6e5f2437285edb6f54871033 authored almost 6 years ago by Gordon Williams <[email protected]>
Add retain/dup flags for publish - #480

Removed number for qos in 'publish' - now needs a module. This was undocumented, and not the same...

a7a0a2751805c9ef420a6c325b7c461b6baf4654 authored almost 6 years ago by Gordon Williams <[email protected]>
Merge pull request #479 from SpenceKonde/patch-4

fix getVal correctly

3fa9af3f44e2f9e27a40775d739f2792b58cb830 authored almost 6 years ago by Gordon Williams <[email protected]>
Merge pull request #478 from SpenceKonde/patch-3

fix NaN and undefined comparisons.

510531339603a3df32fad22c9bd4d106eba0dfdf authored almost 6 years ago by Gordon Williams <[email protected]>
fix getVal correctly

What needs to be tested is whether the pot given is valid. Looks like a copy/paste error from on...

74727b0bdb9243df18c10048444dd099b3715437 authored almost 6 years ago by Spence Konde (aka Dr. Azzy) <[email protected]>
fix NaN and undefined comparisons.

oops.

9fb157614ff84aad5d9d127d4941c0a3f66d55c4 authored almost 6 years ago by Spence Konde (aka Dr. Azzy) <[email protected]>
remove some unused constants #473

36e5f302fcd804f2ef3086dd4af3618b862b2314 authored almost 6 years ago by Gordon Williams <[email protected]>
Moving some constants into new private objects to help with #473

42a4b26f1e44b94fa13fab5ff817f1fcfa69b672 authored almost 6 years ago by Gordon Williams <[email protected]>
tweak

05e22967f5793ad0d28177ac8d236315094ab6c1 authored almost 6 years ago by Gordon Williams <[email protected]>
Merge pull request #476 from SpenceKonde/patch-2

Fix issue raised in #475

b58f18e884f0baf5ef7a14e5820dbcb9de42f563 authored almost 6 years ago by Gordon Williams <[email protected]>
Merge pull request #477 from SpenceKonde/patch-1

Fix issues raised by linter in #475

1e0ff9e516e270cd160acf9786fbb758482ce8cf authored almost 6 years ago by Gordon Williams <[email protected]>
Fix issue raised in #475

was writing value in shutdown, when the shutdown command is an 8-bit not 16-bit command.

986911bbfabe690640d90b355c9dad36967ed1ab authored almost 6 years ago by Spence Konde (aka Dr. Azzy) <[email protected]>
Fix issues raised by linter in #475

Removed value argument from calls to CMD in incr/decr, fixed test in CMD to deal with those corr...

784794f7ec784e78e16ce3e2b2494bd83657c3e2 authored almost 6 years ago by Spence Konde (aka Dr. Azzy) <[email protected]>
Merge pull request #474 from AkosLukacs/master

Global hunting #473 wip

4e17b8c442a81db33a83b6fa02911e8cae3d5158 authored almost 6 years ago by Gordon Williams <[email protected]>
Global hunting #473 wip

0d2e59e15f31fe6196559cafacf1285b38787cb1 authored almost 6 years ago by Lukács Ákos <[email protected]>
minor doc tweaks

a29576ed619346cd9f013706e2206ee0cfec441f authored about 6 years ago by Gordon Williams <[email protected]>
oops

83bf7c09f2d283ca6eeedbe7e4e9002f15624516 authored about 6 years ago by Gordon Williams <[email protected]>
Merge pull request #471 from opichals/sntp

Add SNTP module

e78518f000de8c0b05cdb169ab986e997c964eb1 authored about 6 years ago by Gordon Williams <[email protected]>
SNTP: Improve tree-shakeability

789f90c4cc82b55070d909405f4711ca5c5b87b5 authored about 6 years ago by Standa Opichal <[email protected]>
SNTP: Minification workaround

decf3718eaa1aceede724ef34f1994d7cde4a82f authored about 6 years ago by Standa Opichal <[email protected]>
SNTP: Refactor, no internals use

d5288378f8d509606cd05991200471b93aa2b09b authored about 6 years ago by Standa Opichal <[email protected]>
SNTP: Separate Minimal functionality

4abc9ee07667d73f89144d4ed2ffaa014b99f326 authored about 6 years ago by Standa Opichal <[email protected]>
SNTP: Using DataView where appropriate

d87ad72cdf12821594730bc53a04ed03d922c61b authored about 6 years ago by Standa Opichal <[email protected]>
SNTP: Remove unsupported resolveReference code

eb6e62a3147f21858b01ce3d9ac300dd7f368f87 authored about 6 years ago by Standa Opichal <[email protected]>
SNTP: Module added

A stripped down version of https://github.com/hueniverse/sntp

b4369332de5dcd8e28013932b484d8e8327a8696 authored about 6 years ago by Standa Opichal <[email protected]>
more info about google ditching eddystone

55e71322b7107888c11340a3434f08234bd0474a authored about 6 years ago by Gordon Williams <[email protected]>
add ability to change numbers via the menu

f75114354d6be0d14846e01fae22be133afddf7f authored about 6 years ago by Gordon Williams <[email protected]>
Add sinclair font

ad88d53b75d38aed95c39fafce44f3e275be81bc authored about 6 years ago by Gordon Williams <[email protected]>
RAK8211 info

43eedfad8b03925af4b289936d0cade9aaf3d5ca authored about 6 years ago by Gordon Williams <[email protected]>
font preview tweaks

6bad579ee2dccc0c0bfe3efc3472c9032395d3bd authored about 6 years ago by Gordon Williams <[email protected]>
new fonts

5485abc7da53fbb06abac85c6ec3527d2996904f authored about 6 years ago by Gordon Williams <[email protected]>
remove arrow function to allow compat with boards without arrow fn support

e640e50f4972fb191453f0820d83848bc8ae7116 authored about 6 years ago by Gordon Williams <[email protected]>
add a line event

5bdcb7e04a1a3f34ca2bd1a0044adaffd1f75846 authored about 6 years ago by Gordon Williams <[email protected]>
formatting

9a03b0feca8c9078f641f004a116a55aef803642 authored about 6 years ago by Gordon Williams <[email protected]>
Merge pull request #470 from wybiral/master

Update GPS to use checksum

1e69677f76115e89e88d24266220fea2fd25bbe4 authored about 6 years ago by Gordon Williams <[email protected]>
GPS validate NMEA checkdigit

6f5390a20ccd40fd6138ee08829d0f67ccd83b21 authored about 6 years ago by wybiral <[email protected]>
Remove color and neopixel libraries.

NeopixelCore just doesn't work with Espruino v2 at the moment due to 1576, but it's also very un...

33545a73b6b0ae2f93498fd22d0a4a5ea7f83280 authored about 6 years ago by Gordon Williams <[email protected]>
Revert "Remove NeopixelCoreLED as it's just a more confusing, memory-hogging way of writing 'LED.set()' that's also undocumented"

This reverts commit 445e8640d8f3ade6fe674f0988a588136e311fd8.

c4d5afb9bb896d508c1c37b0364afc3f201ae585 authored about 6 years ago by Gordon Williams <[email protected]>
Revert "Remove "compiled" that wasn't actually being compiled (and mostly would have failed anyway) and remove Inline C that could have been replaced just with ArrayBufferView.set"

This reverts commit 1c9ecbbed2b9f7892676cc6ecd03e87b007c3fa6.

e6384127a5fdeac841c9295eeb29efd214c71050 authored about 6 years ago by Gordon Williams <[email protected]>
Revert "remove unused getters, and pinLed stuff that isn't used"

This reverts commit 374f1312ecdfa2c29791f5f39794224b2a26c1aa.

e85245712502571b7ec1c443c93b3a84caaf854b authored about 6 years ago by Gordon Williams <[email protected]>
Revert "remove getters and setters that don't do anything"

This reverts commit 03fc0acbdcb649ac331523238dedd13e21852b54.

ca9025f8bd3b1e54c00f99c355be21191a19bad1 authored about 6 years ago by Gordon Williams <[email protected]>
Revert "More tweaking. Module is still not usable as (possibly Espruino bug?) causes 'C' is not defined error when loaded as module"

This reverts commit a4aabfb34e93511d36aa202468e1d8d090dd6adc.

fc62b1095094742a15b1e0b04ab40251445d4572 authored about 6 years ago by Gordon Williams <[email protected]>
More tweaking. Module is still not usable as (possibly Espruino bug?) causes 'C' is not defined error when loaded as module

a4aabfb34e93511d36aa202468e1d8d090dd6adc authored about 6 years ago by Gordon Williams <[email protected]>
remove getters and setters that don't do anything

03fc0acbdcb649ac331523238dedd13e21852b54 authored about 6 years ago by Gordon Williams <[email protected]>
remove unused getters, and pinLed stuff that isn't used

374f1312ecdfa2c29791f5f39794224b2a26c1aa authored about 6 years ago by Gordon Williams <[email protected]>
Remove "compiled" that wasn't actually being compiled (and mostly would have failed anyway) and remove Inline C that could have been replaced just with ArrayBufferView.set

1c9ecbbed2b9f7892676cc6ecd03e87b007c3fa6 authored about 6 years ago by Gordon Williams <[email protected]>
Remove NeopixelCoreLED as it's just a more confusing, memory-hogging way of writing 'LED.set()' that's also undocumented

445e8640d8f3ade6fe674f0988a588136e311fd8 authored about 6 years ago by Gordon Williams <[email protected]>
Merge pull request #467 from sleuthware/Neopixel20181110Step4of4

Add files via upload - Quick Start - Step 4 of 4

8ab60b5e8a2fc1fe8582a20aea798a3e147a33d3 authored about 6 years ago by Gordon Williams <[email protected]>
Merge pull request #466 from sleuthware/Neopixel20181110Step3of4

Add files via upload - NeopixelCore - Step 3 of 4

d9a5b927e3c9e903480e3f76e285c4bef4b15e1e authored about 6 years ago by Gordon Williams <[email protected]>
fix #426

7bcf8531d19d966602b43938d7f86102f95addda authored about 6 years ago by Gordon Williams <[email protected]>
Making Puck insertion instructions a bit easier, fix #461

4671667d556ae321b2e2207c302eb3e3ab9e59a7 authored about 6 years ago by Gordon Williams <[email protected]>
Merge branch 'master' of github.com:espruino/EspruinoDocs

793e423b4d17ac29aaf0a4c92f735d8408d2800d authored about 6 years ago by Gordon Williams <[email protected]>
newlines

53d8dcd1b3f1eecb71a49ee4c490da1e18891313 authored about 6 years ago by Gordon Williams <[email protected]>
Minor docs tweaks

097cb2721b7a2e8b5a70ffa22b80cd8e6663e5d5 authored about 6 years ago by Gordon Williams <[email protected]>
Merge pull request #469 from IrregularShed/patch-3

Wrong radio tech

7e01a511156fb0249ba082f4f653d02e5c57c641 authored about 6 years ago by Gordon Williams <[email protected]>
Wrong radio tech

`wifi` ➡ `gprs`

102d0fe3a33179a327bdfdeedf6293ac7127951b authored about 6 years ago by Steve Anderson <[email protected]>
add suggestion from http://forum.espruino.com/conversations/327980

5e563909d5da0a5de16a87f857b469b799f6af26 authored about 6 years ago by Gordon Williams <[email protected]>
clearXX tweak as mentioned on http://forum.espruino.com/conversations/327980

497f2017ab54e4b530c46317e371498ed86967de authored about 6 years ago by Gordon Williams <[email protected]>
tips and tricks

7a519c919f29e138d03ce574648f27501cdc7b60 authored about 6 years ago by Gordon Williams <[email protected]>
update wiolte status

3138154cd6abc0b0ef95f27834a15fd4363bbc48 authored about 6 years ago by Gordon Williams <[email protected]>
minor formatting tweak

a5d80fe4a6ff7ac3333bc83c81f8afd99b0ad962 authored about 6 years ago by Gordon Williams <[email protected]>
tweaks to Color/Colors docs and make Color module not dependent on having a global object called RGB

e5d6985d47de8da5c72c8b7ba516154566b50619 authored about 6 years ago by Gordon Williams <[email protected]>
Merge pull request #465 from sleuthware/Neopixel20181110Step2of4

Add files via upload - Color module - Step 2 of 4

6711eb82d5a72927a81d32e4773a1e138ae57954 authored about 6 years ago by Gordon Williams <[email protected]>
Merge pull request #464 from sleuthware/Neopixel20181110Step1of4

Add files via upload - Colors module - Step 1 of 4

9f7d272d3b89b9ff4ff9b151eb66ca531dbeef38 authored about 6 years ago by Gordon Williams <[email protected]>
Add files via upload - Quick Start - Step 4 of 4

Add files via upload - Neopixel project 2018.11.10 neopixelQuickStart code file - Step 4 of 4

...

4304f1b1eb5559523e88470db144bc6aa9e03631 authored about 6 years ago by sleuthware <[email protected]>
Add files via upload - NeopixelCore - Step 3 of 4

Add files via upload - Neopixel project 2018.11.10 NeopixelCore module - Step 3 of 4
Contains J...

2b75916a428c1ed656bff2ab2c77d139f3b83628 authored about 6 years ago by sleuthware <[email protected]>
Add files via upload - Color module - Step 2 of 4

Add files via upload - Neopixel project 2018.11.10 Color module - Step 2 of 4
Contains JSDoc co...

820fca58831b7f087cf0081be5c64998e692e0b7 authored about 6 years ago by sleuthware <[email protected]>
Add files via upload - Colors module - Step 1 of 4

Add files via upload - Neopixel project 2018.11.10 Colors module - Step 1 of 4
No JSDoc comments

346f7498c574a6d6eeaa9351b8170b44c35380fe authored about 6 years ago by sleuthware <[email protected]>
make drawPoly shim only if needed

76ceab8a2b0436514e6fb88f8fde01ec12adfeab authored about 6 years ago by Gordon Williams <[email protected]>
misc

a6be7bff1cb418213d900b7a449a70263e9adf80 authored about 6 years ago by Gordon Williams <[email protected]>
Merge branch 'master' of github.com:espruino/EspruinoDocs

e48915b0ccd12a51d2f0a3922c1cc0817d64cde6 authored about 6 years ago by Gordon Williams <[email protected]>
doc tweaks

8b3c785eda079d4ead172e40f8408848881aba78 authored about 6 years ago by Gordon Williams <[email protected]>
UART docs

552cebee528fa3967643cb21ffece78fa2ddbdbd authored about 6 years ago by Gordon Williams <[email protected]>
Merge pull request #460 from espruino/MaBecker-patch-4

update Features

11791d62119326025643a5500a94a984024c8175 authored about 6 years ago by Gordon Williams <[email protected]>
update Features

6c887be8c74f5494bd7b40a221ba3857b903780f authored about 6 years ago by Mark Becker <[email protected]>
update Windows 10 Web Bluetooth info

a49ab712c43facb291a90ebf491e30cd17f2aa47 authored about 6 years ago by Gordon Williams <[email protected]>
v2

d930dfeb2fd7bb3d7bca8db44d1cd4769ced068d authored about 6 years ago by Gordon Williams <[email protected]>
update

49404f00c2f49c80ed99106ecd11e5f45087b61b authored about 6 years ago by Gordon Williams <[email protected]>
new acorn, new way of using it

9f37d3365307ce0571d5216ce87c227f3601a474 authored about 6 years ago by Gordon Williams <[email protected]>
more links

2810a90eefddfabe4ef1e8c2899800179f1ecec8 authored about 6 years ago by Gordon Williams <[email protected]>
Add Davy's LoRa module

819809c614b4191949933d90a5b436482fba354d authored about 6 years ago by Gordon Williams <[email protected]>