Ecosyste.ms: OpenCollective

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

Espruino

Work on the Open Source Espruino JavaScript engine (and associated tools)
Collective - Host: opensource - https://opencollective.com/espruino - Website: http://www.espruino.com/ - Code: https://github.com/espruino

Merge pull request #85 from SpenceKonde/master

Fix DHT modules to work in summer, add MAX31855 module

github.com/espruino/EspruinoDocs - c28dd278dfc4d2a1c4638e990920e978e1bacd02 authored over 10 years ago
Delete MCP4xxx.js

Not ready yet.

github.com/espruino/EspruinoDocs - 63a9458fd352b5356257ce8f18a70d5f62a69c4a authored over 10 years ago
Update MAX31855.js

Fix cs pin not being used, temp code being returned in fault conditions.

github.com/espruino/EspruinoDocs - e2c9d551df561aa42a5b35f07f7597fbc8d8a7be authored over 10 years ago
adjust alarm range

github.com/espruino/EspruinoDocs - 34d38430edf801364845c4ce5027cd78ba0782fc authored over 10 years ago
Create MCP4xxx.js

github.com/espruino/EspruinoDocs - 93c9a059e89254ee1837bceaac91126fdc8013dd authored over 10 years ago
Create MAX31855.js

Module for interfacing with MAX31855 thermocouple controller.

github.com/espruino/EspruinoDocs - 9b42e9e33e3974703d324dc3ec3c1225698e230b authored over 10 years ago
Fix problem with reading hot humid conditions

Previously, if the calculated checksum was > 255 (commonly encountered in hot, humid conditions)...

github.com/espruino/EspruinoDocs - 140cdbd0438f52db72376aa9f49ccb151a367048 authored over 10 years ago
Fix problem with reading hot humid conditions

Previously, if the calculated checksum was > 255 (commonly encountered in hot, humid conditions)...

github.com/espruino/EspruinoDocs - 0fa8d059ee5dfa5cf9250880d516622fd97ee134 authored over 10 years ago
more troubleshooting

github.com/espruino/EspruinoDocs - 1a2b0a157469a830eea35ef09d396cbb90a9e5bd authored over 10 years ago
more troubleshooting info

github.com/espruino/EspruinoDocs - fcd5bbb12e0e7931d71efd44424241df661bc98b authored over 10 years ago
remove 64 bit int from docs - hasn't worked for a while

github.com/espruino/EspruinoDocs - 995155a33f6071bef42057d86c5f8868959b4ada authored over 10 years ago
fix clear screen for terminal

github.com/espruino/EspruinoWebIDE - 044a0ed8ec3bc07f3f32af96cb8f625fad45fa23 authored over 10 years ago
added setTXPower

github.com/espruino/EspruinoDocs - e9883fc70d7e025beeed2080528ffd51bae9c0bf authored over 10 years ago
add procedure blocks

github.com/espruino/EspruinoWebIDE - a83b93083ffb63a8f782ee7e6d5c6d178389c58d authored over 10 years ago
Merge branch 'master' of github.com:espruino/EspruinoWebIDE

Conflicts:
js/core/terminal.js

github.com/espruino/EspruinoWebIDE - 11ef743ca77c7b445930e8b0388232e57ee8e9e2 authored over 10 years ago
improved terminal update speed

github.com/espruino/EspruinoWebIDE - 097c94c6caf9555d85a340be8b5a523b5709c0be authored over 10 years ago
add sanity check to GPS module to stop it wasting memory if no newline is received

github.com/espruino/EspruinoDocs - d1087169d5f83ce5a224c47eaa28466f43fb9b76 authored over 10 years ago
messing around with paths again

github.com/espruino/EspruinoDocs - 3d5dbdd6f3e8d3b0ecf757d05b77b770b9ef38ac authored over 10 years ago
updated to generate new reference.json format

github.com/espruino/EspruinoDocs - 8e5078cab9b4dc3f06decf691ef2373c7d754b35 authored over 10 years ago
Now produce references as part of the documentation process

github.com/espruino/EspruinoDocs - edd22588ec509464bf2f30dd4a2a42789c83515d authored over 10 years ago
oops - fix reading of KEYWORDS/USES tags

github.com/espruino/EspruinoDocs - 232f192c385083958e440180cc5218b17258c01c authored over 10 years ago
Added docs to Pixy, and tweaked keywords/etc to be easier to include as examples

github.com/espruino/EspruinoDocs - 02fcb1f3cbb5fac4a047a4b752f65b78b9bac550 authored over 10 years ago
Added APPEND_JSDOC

github.com/espruino/EspruinoDocs - af250adc53f17175b6e49b9e239a4a845f292fa2 authored over 10 years ago
finding references to used functions

github.com/espruino/EspruinoDocs - 9aabfab56669a0ae2faa41a4525c3dd5d0e8dbe7 authored over 10 years ago
updated docs for flash

github.com/espruino/EspruinoDocs - 3a01e991c95e2bfa3d1bd5ddec654be7cd114510 authored over 10 years ago
new Internet webcam tutorial - and use videos

github.com/espruino/EspruinoDocs - 92f9f0005e56678eb4ea048f857cc7102d3a8601 authored over 10 years ago
Merge branch 'master' of github.com:espruino/EspruinoDocs

github.com/espruino/EspruinoDocs - 83cbd8d89cc018990f5bb3b2d71482c6df21f73b authored over 10 years ago
minor doc tweaks

github.com/espruino/EspruinoDocs - 6da43b5efb613954443829814512e07a62536f07 authored over 10 years ago
fix clear screen code when no prompt is available

github.com/espruino/EspruinoWebIDE - 50d108c131f2d6dcac99a84df1b0db36237a8c2f authored over 10 years ago
allow specification of baud rate

github.com/espruino/EspruinoWebIDE - 97f607cca70fa8a7776fd2c189ffcb028b6b436a authored over 10 years ago
add ability to reset chip

github.com/espruino/EspruinoWebIDE - 7e1b7d3d30f4e808de784c876e7cf98eb3a875e0 authored over 10 years ago
faster ili9341 driver using spi.write

github.com/espruino/EspruinoDocs - f204150f33b5719bdd7064c0a03e422682f8ac4b authored over 10 years ago
added page on arduino differences

github.com/espruino/EspruinoDocs - 21fc298fcd3f7ddc569f2c75e37d75b485d6a33f authored over 10 years ago
bump version for release

github.com/espruino/EspruinoWebIDE - 61804923ad8ee4d4469bfcfa3cb53b41e4b193a8 authored over 10 years ago
Merge branch 'master' of github.com:espruino/EspruinoDocs

github.com/espruino/EspruinoDocs - d1fdd058a2cf69e2cb9749957af1e31d591c5612 authored over 10 years ago
Merge pull request #82 from SpenceKonde/master

Fix DHT modules to work with v65

github.com/espruino/EspruinoDocs - 2f4105dfaae7d29bdbe77442cab5c25fbb267150 authored over 10 years ago
Update DHT11.md

Update to reflect the fact that the checksum is now used.

github.com/espruino/EspruinoDocs - 69f4d8b1e2f559071c055cdddce773dbab27418f authored over 10 years ago
Update DHT11 module to work with v65

Port the changes in DHT22 module to DHT11 module.

It was found that the pulse length thresho...

github.com/espruino/EspruinoDocs - 36e2d070c949ba1602f68e1b6e6d9c447b250782 authored over 10 years ago
Update DHT22 module to work with v65

Also generally improved reliability of measurements by using the checksum and additional sanity ...

github.com/espruino/EspruinoDocs - ca10a05f96c78c47fb794113476ee0d69e135fd1 authored over 10 years ago
Finally fix issue where code from editor would be copied on mouse release

github.com/espruino/EspruinoWebIDE - a02dba4a9c54b3181f0a2bc105b5d670913cdf32 authored over 10 years ago
Added WiFi remote console example

github.com/espruino/EspruinoDocs - a9cb74e2d3b244c7dd4dc37757690528a67fd3f1 authored over 10 years ago
updated clock and clock docs

github.com/espruino/EspruinoDocs - 3b5ac50efb6731c704681f65a61f8a4e473b55e2 authored over 10 years ago
NRF address reported correctly

github.com/espruino/EspruinoDocs - 5fa29bcc4f264b0e3ff08a9a0eae40c88735c0b2 authored over 10 years ago
Fix scroll for blockly pins (fix #75)

github.com/espruino/EspruinoWebIDE - 0fdc5f628bda72c1364a2771d8677681b23eb5b8 authored over 10 years ago
update buyer list

github.com/espruino/EspruinoDocs - 35620fa869643c852b6e5a8dce44cd8e2a30b26e authored over 10 years ago
update charlieplex docs

github.com/espruino/EspruinoDocs - 00f67393d7846bce7416ea475e964f5b8db9ab02 authored over 10 years ago
oops. fixed example code

github.com/espruino/EspruinoDocs - d6d343dd1b10570d7469f2906c0f461b8180e722 authored over 10 years ago
charlieplex module

github.com/espruino/EspruinoDocs - 80142c297c4a8a6cdc7bfdb5ab98541d5d911719 authored over 10 years ago
tweak code to handle multiple lines in one set of data

github.com/espruino/EspruinoDocs - c24e8b905c9be53e15ddd88cd22ac96f5ee6cdf4 authored over 10 years ago
modify docs for new Serial API

github.com/espruino/EspruinoDocs - ce0fc0c32d79883d1ab8eb1b2b55f040231f33a3 authored over 10 years ago
New file save as - fix #93

github.com/espruino/EspruinoWebIDE - c2b5156af5021d59aa46b8a41d7dd9151a71ceb5 authored over 10 years ago
Merge pull request #80 from tomgidden/master

Added HTU21D I2C humidity/temperature sensor

github.com/espruino/EspruinoDocs - 2403a1a986d68bdbdb62df09a7a40491f185513b authored over 10 years ago
Added HTU21D I2C humidity/temperature sensor

github.com/espruino/EspruinoDocs - 68e2222d5783b97d25bd7e35322d99d344cca2d5 authored over 10 years ago
Merge pull request #79 from peter-clarke/master

Common thermistor based temperature sensors module

github.com/espruino/EspruinoDocs - b1f84928c0ef26aba727288d0d0cc5c0748da765 authored over 10 years ago
Common thermistor based temperature sensors module

Initial commit of module for common characteristic thermistor based
temperature sensors.

github.com/espruino/EspruinoDocs - 5fc3b482cd72441416d42d1bef2c1a26f1ef82da authored over 10 years ago
Merge pull request #78 from tomgidden/master

TSL2561 luminosity sensor

github.com/espruino/EspruinoDocs - d48149dfd2ed7e25cc7278777f537d04b7410cdb authored over 10 years ago
Changed TSL2561 example to more conventional require('...').connect(...)

github.com/espruino/EspruinoDocs - f049687634fd3ed7c5cfc7e80f02eddc88c8cf8e authored over 10 years ago
Disabled and commented out Lux calculation

github.com/espruino/EspruinoDocs - 4f3a87a0622f0f3197dafed1a71f4a8a3330a7fc authored over 10 years ago
Commit of TSL2561 luminosity sensor module; (incomplete)

github.com/espruino/EspruinoDocs - 94be3f7321c2bb8ffb0be7bcbf8632372e94cfc5 authored over 10 years ago
update with some extra functionality

github.com/espruino/EspruinoDocs - e1b6dd998d6d3a6d6d5466dcdcc5d4a70b8ecc4f authored over 10 years ago
Improved copy to sd, added plugin to watch expressions on Espruino

removed double script for serial.js
added copy of images to sd in project.js
added chunks handli...

github.com/espruino/EspruinoWebIDE - cf62c9abeb4deb1c1818f6af8b563e3a35656765 authored over 10 years ago
now add option to minify modules - although it is ignored normally (as files will have URLs ending in .min.js)

github.com/espruino/EspruinoWebIDE - a896674f4f38d3f9a9aae62d48ae198328f9a456 authored over 10 years ago
now try and remove extra spaces from the right of lines if we can

github.com/espruino/EspruinoWebIDE - 379e32e55ff68084cfd83461d171a4a9580bb13e authored over 10 years ago
quick version bump

github.com/espruino/EspruinoWebIDE - 2eb0dc68692ab6e99902211e09eee15a52612b17 authored over 10 years ago
fix some glitches in tutorial - eg if inputting empty lines... And stop it if disconnect or clear screen

github.com/espruino/EspruinoWebIDE - 3fd275bb3ad4f4f86ee422b56e6f629da50eaf9c authored over 10 years ago
improved assembler with labels

github.com/espruino/EspruinoWebIDE - af9fa506f5439818b128509e250c97fa9749a148 authored over 10 years ago
bump for web store release

github.com/espruino/EspruinoWebIDE - f833c873f018da476b313b94959796d63f3468fb authored over 10 years ago
insert alt-enter when sending newlines with unfinished brackets - #88

github.com/espruino/EspruinoWebIDE - 8964825907448761eafd434f353c763080f1804c authored over 10 years ago
cope with multi-line var statements

github.com/espruino/EspruinoWebIDE - 4de45e1a10feb5b6a9c217e7ad8760ff479377d5 authored over 10 years ago
Auto-Generate JavaScript from Blockly - fix #86

github.com/espruino/EspruinoWebIDE - 8bc11b89cc4ae79bb6e90cf6f7f7b7bfbaddd7f5 authored over 10 years ago
automagically add debounce for BTN1

github.com/espruino/EspruinoWebIDE - f9b2ff4c56dedb8649b1904f620867d45413b719 authored over 10 years ago
fix code completion

github.com/espruino/EspruinoWebIDE - 19716b50a8baefc77f5e6838227eded9d4da99a2 authored over 10 years ago
Clearing Terminal screen doesn't clear current command. fix #78

github.com/espruino/EspruinoWebIDE - baffab0adb4655e406422cbeaa079c3dca45f222 authored over 10 years ago
Web IDE send code should wait before sending Ctrl+C - fix #89

github.com/espruino/EspruinoWebIDE - 3d3b97f0612100e39db34db1f510820e329a28b6 authored over 10 years ago
red flasher warning text

github.com/espruino/EspruinoWebIDE - e66abced21ac2c61e2a10bab422d94bbafa1e2d9 authored over 10 years ago
removed unused files because they've been integrated now

github.com/espruino/EspruinoWebIDE - 7f48dfb4c8c260f38c973368358d4dc21d07c0d0 authored over 10 years ago
try and create snippets folder if it doesn't exist - stops the warnings/errors

github.com/espruino/EspruinoWebIDE - becb81325bc4be32352e547192f00720f8865d60 authored over 10 years ago
remove accidentally added files

github.com/espruino/EspruinoWebIDE - 1b79bfa789bc8b9d69895771598358bc2fe4a575 authored over 10 years ago
Added option to enable/disable projects plugin. Tried to fix some lint warnings and stop some crashes that happen when running on Linux.

github.com/espruino/EspruinoWebIDE - 8dc2ffc6eaf26e243614d8a8d04df346af6cd183 authored over 10 years ago
Fix update firmware icons in updater - fix #83

github.com/espruino/EspruinoWebIDE - 4693d2ca612a6389f44c463dda3707b7a7cbd4ab authored over 10 years ago
fix #85 - missing callback

github.com/espruino/EspruinoWebIDE - 961e9a2720a0ff0a0840ffae2d8a63577de81762 authored over 10 years ago
fix mutually recursive modules (fix #82)

github.com/espruino/EspruinoWebIDE - 88d9526a9e0f4cddf381b05b2966090cb6827896 authored over 10 years ago