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

Create DS2xxx.md

Document DS2xxx,js module

91da44d4794efc1b81977327e895a20339c146f7 authored almost 10 years ago by Spence Konde <[email protected]>
Update AT24.md to reflect overhaul in EEPROM code

b5ea849c62f3eba5ab72db2aa1fbe78b6cc65125 authored almost 10 years ago by Spence Konde <[email protected]>
Update AT25.md to reflect overhaul in EEPROM code

e1f7013c80667e54a3b744ca150aff7a953254b0 authored almost 10 years ago by Spence Konde <[email protected]>
Total rewrite of AT25 library.

Same deal, not backwards compatible, way better, etc.

0b1c72e4b2ba1f927a1e7d9e02689345697c3c50 authored almost 10 years ago by Spence Konde <[email protected]>
Total rewrite of AT24 library.

This change is not backwards compatible with code that used the old module.

661b773b6ffa3db9f56e370a0fbbb7982ec8f626 authored almost 10 years ago by Spence Konde <[email protected]>
Update AT24.js

Some of the talked about changes, but not the big ones.

0c18d9f66e15c436f8f5cdda732ae71105ca8013 authored almost 10 years ago by Spence Konde <[email protected]>
Merge pull request #109 from bartmichu/DS18B20

Address issue #108

b8650277bf46e3782d31f9301d0f77220bd0a402 authored almost 10 years ago by Gordon Williams <[email protected]>
Address issue #108

47ca0f6b2ba607662071822f115cf3a3b57f5d93 authored almost 10 years ago by bartmichu <[email protected]>
Merge branch 'master' of github.com:espruino/EspruinoDocs

ade271038adf583c756a880f355671e9793bb8fb authored almost 10 years ago by Gordon Williams <[email protected]>
more hints for linux users

cf0483b92d7ec5450a1d82f1c8dd9e67ddf17629 authored almost 10 years ago by Gordon Williams <[email protected]>
Merge pull request #106 from ganehag/master

Added HMAC module

684954ec03a6a45711c36037f1d5185be8674e12 authored about 10 years ago by Gordon Williams <[email protected]>
Merge pull request #107 from SpenceKonde/master

Update AT24.js

13c67773d6ee5c73788ff96994d69ddf6ac20fdf authored about 10 years ago by Gordon Williams <[email protected]>
Update AT24.js

Correct issue with writeb()

01ce32b8c3d1649f19e9dc3995e73936085d7d9f authored about 10 years ago by Spence Konde <[email protected]>
Added HMAC module

5ccb3109ebb6591fcb112652f889144b17eb121e authored about 10 years ago by Mikael Ganehag Brorsson <[email protected]>
Merge pull request #104 from SpenceKonde/master

Update AT24.js

b78f7243910cdafce2397f2977ed292e1a3c73a9 authored about 10 years ago by Gordon Williams <[email protected]>
Update AT24.js

Fix multiple regressions introduced by last changes. Specifically, address tracking was broken a...

76b85cbcfb8e764ccee2f72e3ae560061617bc5f authored about 10 years ago by Spence Konde <[email protected]>
Merge pull request #103 from kolewu/master

remove superfluous closing parenthesis

1168fdba6974530ea2cad4157911f23b2a93bce6 authored about 10 years ago by Gordon Williams <[email protected]>
remove superfluous closing parenthesis

e1fd47b9d4ca8b195beb21a67ffe6ae07216ba34 authored about 10 years ago by Uwe Koloska <[email protected]>
Merge branch 'master' of github.com:espruino/EspruinoDocs

cbdecb618083c6f594b34f4ac1160f7eef58ec5b authored about 10 years ago by Gordon Williams (u36) <[email protected]>
tweak

db09c63efe5921b17868cda3147d7e1eafd355a4 authored about 10 years ago by Gordon Williams (u36) <[email protected]>
update for 1v72 changes

161a0f213dc69a5c7d1e6b9d21bc5c32eb006914 authored about 10 years ago by Gordon Williams <[email protected]>
Merge pull request #102 from screamingjungle/master

digitalmeans product links

289c97317f14154afc45487817cca7401a0c7eea authored about 10 years ago by Gordon Williams <[email protected]>
digitalmeans product links

7e79bf2c58b385668479f11b0f5e3b65b874c341 authored about 10 years ago by MattH <[email protected]>
battery connectors

f897cc83116fe01fb26a6299ebad2623d38218dc authored about 10 years ago by Gordon Williams <[email protected]>
SSD1351 performance improvements

451ca4936be1626554d175646d4724c75a729b71 authored about 10 years ago by Gordon Williams <[email protected]>
Merge pull request #100 from SpenceKonde/master

Fix smartnixie module

b0130ebb3d65d75a118e72d7a476a37790081ff9 authored about 10 years ago by Gordon Williams <[email protected]>
Update SmartNixie.md

Update to account for changes in method of turning off tubes.

6de900e4c7a8eb4a7978c89220a642bae6b9471b authored about 10 years ago by Spence Konde <[email protected]>
Fix bugs in SmartNixie

setString() was broken - there was no way to turn off a tube. Now, a space will turn off that tu...

8b326d6d0074d43b0052822ee8997aa6c338d016 authored about 10 years ago by Spence Konde <[email protected]>
tweaks

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

b633fd1630d190a0433878126be385d0da1dc37f authored about 10 years ago by Gordon Williams <[email protected]>
Merge pull request #99 from SpenceKonde/master

Add BH1750 module

6da804f4adf3ccbe0da4933995449b46e36a84c5 authored about 10 years ago by Gordon Williams <[email protected]>
Create BH1750.js

Module to interface with the Rohm BH1750 I2C light intensity sensor, for when an LDR and an ADC ...

fa05363ebc768f4b7a638ed5114ced4030bee5c7 authored about 10 years ago by Spence Konde <[email protected]>
Merge branch 'master' of github.com:espruino/EspruinoDocs

75c2e8857098f1fabc341421ed1a013ea434e6dc authored about 10 years ago by Gordon Williams <[email protected]>
Sigh

e62a3be8a5f24a21425bc1118c51ea8387b5ca1a authored about 10 years ago by Gordon Williams <[email protected]>
Create BH1750.md

Documentation for BH1750 Light Sensor module.

1ff0f75a97fe092e1d9eb7974c2aeb2f5492faef authored about 10 years ago by Spence Konde <[email protected]>
notes on paste

aa50740bb79aa6385a5fde93043e30301531d068 authored about 10 years ago by Gordon Williams <[email protected]>
new tutorials

bbbb18ffb4f3e40cfbe50a5cc977919c7c8a416e authored about 10 years ago by Gordon Williams <[email protected]>
Merge pull request #96 from SpenceKonde/master

Add support for AT25 series, reduce memory footprint of AT24 series.

ed6510dc0a15c2adbaaea16fff0230bc5e001f50 authored about 10 years ago by Gordon Williams <[email protected]>
Update AT24.md

Fix minor error

437f0e105c9630d568443b34e4857d6c706d7915 authored about 10 years ago by Spence Konde <[email protected]>
Create AT25.js

Support for AT25 EEPROM chips

fc1074a8d55558ee7d006b3ef82f492f6286f1ec authored about 10 years ago by Spence Konde <[email protected]>
Create AT25.md

54d52ff6e99bb72df26fb8738ba3ae18b54eaaf7 authored about 10 years ago by Spence Konde <[email protected]>
Update AT24.md

Fix another typo, and change arrayToString() to aToS()

abec6550dcda81ff415ca0a592a70e26453e8d31 authored about 10 years ago by Spence Konde <[email protected]>
Update AT24.js

Remove i2ca argument from every function. It's better to make multiple eeprom objects, and that ...

cd7693af06ab3e77c8f9d4f6c3b2a4b345ce0c14 authored about 10 years ago by Spence Konde <[email protected]>
Update AT24.md

Fix a typo, and document changes to AT24,js (specifically the removal of the i2caddress argument...

d61b04262939ab5d8c46d253649bcc4f299e806e authored about 10 years ago by Spence Konde <[email protected]>
Fix length of for loops to match buffer size (fix #95)

3d820e167ec8f5e27f0a40900083fdf73daeb3d2 authored about 10 years ago by Gordon Williams <[email protected]>
tweaks for site

b4d08ac83c239b7eed62c8ea51fbef49e311ef71 authored over 10 years ago by Gordon Williams <[email protected]>
Merge pull request #94 from SpenceKonde/master

Add LM393 tutorial - Not sure where to categorize this

a2f8184924a1f098337ca5bd87b8624373d597cf authored over 10 years ago by Gordon Williams <[email protected]>
add pics

4d8cb0a9beb62016d512580bb0320d7b2b5face4 authored over 10 years ago by SpenceKonde <[email protected]>
Update LM393.md

Add new pic references

7b43202b7a4d7ed50e69f30a236dd80516202c18 authored over 10 years ago by SpenceKonde <[email protected]>
Update LM393.md

Add higher voltage example.

7164fa5f1205ccef0459a3a713085bbe737752d3 authored over 10 years ago by SpenceKonde <[email protected]>
misc updates

ec9a78c5e44bdb57c1a0148e3e4259328cf22f73 authored over 10 years ago by Gordon Williams <[email protected]>
remove cc3k warning

a214c06a1334532798e15109c9e7e0079f068f36 authored over 10 years ago by Gordon Williams <[email protected]>
Update LM393.md

c1f7bbef3f1d654e755f94e52105ee5c8df80891 authored over 10 years ago by SpenceKonde <[email protected]>
colours

f18377b1c63023effb6f7f2857fb84c6d54909ff authored over 10 years ago by Gordon Williams <[email protected]>
new example

2eaeaf4883863cb67e05a6c144ea693b277dcc25 authored over 10 years ago by Gordon Williams <[email protected]>
tweak usart docs

25366c3bb586227a90dd9eb3b4f9b60f508a5558 authored over 10 years ago by Gordon Williams <[email protected]>
updated docs json

bff74f3e2ac0f6d4ef125973e9935f9eaddf02bc authored over 10 years ago by Gordon Williams <[email protected]>
Update LM393.md

b8157b312982dc2506c53415472a54d5078a6017 authored over 10 years ago by SpenceKonde <[email protected]>
vidoe link

5b470115922ebab292ac13a48cf025f4c4d66477 authored over 10 years ago by Gordon Williams <[email protected]>
Create LM393.md

9cc07e4663eb4e9d9fba574dbf51771d1ad5af9a authored over 10 years ago by SpenceKonde <[email protected]>
improved docs for 1v70, DS18B20 docs for new type, and actually add keywords for website files

75efee513d609a1d66a762796293c435ee9f023a authored over 10 years ago by Gordon Williams <[email protected]>
tidy

f8fc452f370cca91446a3c2e151e002743c3aeea authored over 10 years ago by Gordon Williams <[email protected]>
Update Interfacing.md

Add spaces - you never know

db620678db74da21af5fda09de56c34594fff348 authored over 10 years ago by Gordon Williams <[email protected]>
Update Interfacing.md

Echo for Windows was totally wrong

dc2abac7def8bdca6fa535449433501c8eb05595 authored over 10 years ago by Gordon Williams <[email protected]>
Merge pull request #93 from SpenceKonde/master

Add module to interface with Smart Nixie Tube device

b7974e930d0362035086896c6cafb729743e493b authored over 10 years ago by Gordon Williams <[email protected]>
Update SmartNixie.md

Added note about not needing a level shifter.

ea68cfed8c46cfe4d3fcfe2676349655da09ccdc authored over 10 years ago by SpenceKonde <[email protected]>
Create SmartNixie.md

Documentation for SmartNixie module.

a131aaaa14f2dcfc00698ca3d7a1a7c0bdfd7eaf authored over 10 years ago by SpenceKonde <[email protected]>
Create SmartNixie.js

Add module to interface with the Smart Nixie Tube serial controlled nixie tube board.

9cc5813d8721ee7d8aac321d630d8123e5191050 authored over 10 years ago by SpenceKonde <[email protected]>
Merge pull request #92 from SpenceKonde/master

Update CC3000.md

f94477a14280d26cd325dc756e0775770b721b1c authored over 10 years ago by Gordon Williams <[email protected]>
Update CC3000.md

Clarified bit about VCC on the CC3k - I hope this is what you meant.

Per https://forums.adaf...

9903bba2eeccca6dcec286ccc55692618d2980c9 authored over 10 years ago by SpenceKonde <[email protected]>
Merge pull request #91 from SpenceKonde/master

Add mosfet tutorial, expand tools.md to mention common passive components everyone needs...

fc35e35140dcb9ab33dd2f87fa053c0ae2e92078 authored over 10 years ago by Gordon Williams <[email protected]>
Update mosfets.md

2fb2419df6875dd24828ffa45c1969af9d213a0a authored over 10 years ago by SpenceKonde <[email protected]>
Update mosfets.md

Formatting

f4a166e71761204423f5190545ab84b1c86d868e authored over 10 years ago by SpenceKonde <[email protected]>
Update mosfets.md

65946960148461aa8b14b092692c7f5142ba2f98 authored over 10 years ago by SpenceKonde <[email protected]>
Crop photo

aa99dacba0252a24fde05886b41156779ce8aa1a authored over 10 years ago by SpenceKonde <[email protected]>
Pictures of MOSFETs

Add pictures, schematics, and usual pinout.

cb55209c35b0695e51fd5437d139b89bbe75d9c4 authored over 10 years ago by SpenceKonde <[email protected]>
Update mosfets.md

b161e80f7d0c57b2f53eaeee2786e88a78b3231c authored over 10 years ago by SpenceKonde <[email protected]>
Update mosfets.md

f60ba3f230bbf21c73959052941914e5ce116240 authored over 10 years ago by SpenceKonde <[email protected]>
Update Tools.md

18790ff32cfc5f79a1940d9149d2a1023df0b5ec authored over 10 years ago by SpenceKonde <[email protected]>
Update mosfets.md

98dd601897b7990cf18dc66f43d3301129b13b63 authored over 10 years ago by SpenceKonde <[email protected]>
Update mosfets.md

f6bc9f7272da324002ba47b4a0ed66e8f8129e79 authored over 10 years ago by SpenceKonde <[email protected]>
Update mosfets.md

dc0b18e863db665571e576466bbcf04c0e9a6f4f authored over 10 years ago by SpenceKonde <[email protected]>
update to go with newer NRF module

792d7917d099c03f649d501e16dd170bb4fad427 authored over 10 years ago by Gordon Williams <[email protected]>
Update mosfets.md

f69b384d1abf0fad491c4bbd3cdf38ae62ae50b7 authored over 10 years ago by SpenceKonde <[email protected]>
Update MCP4xxx.js

Make sure not to send bogus commands to the MCP4xxx, as they don't like that.

81f844ca94fad248704cad7c42b1755631fb1366 authored over 10 years ago by SpenceKonde <[email protected]>
Update AT24.md

Listed off the supported series of chips from various manufacturers, fix a typo, mention support...

9e144d4cae236d1930a9b4fda74b7e8a76fa0992 authored over 10 years ago by SpenceKonde <[email protected]>
Update mosfets.md

910088a977c9b6d5de49f2a498a6ce037db8b050 authored over 10 years ago by SpenceKonde <[email protected]>
Update mosfets.md

3c1c7f6a6b50bf0005d2ac059acf298a9b9a9161 authored over 10 years ago by SpenceKonde <[email protected]>
Add image of another kind of wire stripper

0c92d67d887ca3e2ca5a997fa4b1b72c78981450 authored over 10 years ago by SpenceKonde <[email protected]>
Create mosfets.md

e217d7832c9e355962a9a263934f4a3db6378e32 authored over 10 years ago by SpenceKonde <[email protected]>
Fix typo in Tools.md

suldering iron?

8b03ad0c315dac8f3c9e10374cc0001ed97409ef authored over 10 years ago by SpenceKonde <[email protected]>
Update Tools.md

Added sub-section for common components - I didn't see any other section where these were mentio...

19814573540dfe4909925b238cf2bf95bb923879 authored over 10 years ago by SpenceKonde <[email protected]>
fix typo in MCP4xxx0.js

5ffb1ae0d1238c496911d09caeeebe6d27f89cf8 authored over 10 years ago by Gordon Williams <[email protected]>
add callback for servos

82214e8bbace305f4532c880983a6684e9cf8535 authored over 10 years ago by Gordon Williams <[email protected]>
Add jbaumbach's commit from https://github.com/espruino/EspruinoDocs/pull/88

943a6e1eaadc387c8b7b01add18c2e5384e8770b authored over 10 years ago by Gordon Williams <[email protected]>
Merge pull request #89 from jbaumbach/jb_docs_server_build

Updates to various docs, a bug fix, and a node.js script to server the site locally

ea33f1f1d71c33bb613b7368f466487bc9559e7f authored over 10 years ago by Gordon Williams <[email protected]>
keywords

7284092c431124d18f2dbe49b654cf194781a8e4 authored over 10 years ago by Gordon Williams <[email protected]>
Merge pull request #90 from SpenceKonde/master

Combine modules for I2C and SPI digipots, add MCP4xxx0 module

4317d2110812e67520d0684579d4f85128f07eaa authored over 10 years ago by Gordon Williams <[email protected]>
Create MCP4xxx0.md

ddd7c0de4717e802a55f79ac523442106c50f041 authored over 10 years ago by SpenceKonde <[email protected]>
Update MCP4xxx.md

28cb4b202506a8a09161dda98296fd7f652c48b9 authored over 10 years ago by SpenceKonde <[email protected]>