Skip to content

stephaneAG/Espruino_tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODOs:
Capturing mouse events & Cie: http://forum.espruino.com/conversations/284427/#comment13000170

R: to produce a link to the Espruino Web Ide, just use the following javascript on any page containing some code

var espruinoCode = document.getElementsByTagName('pre')[0].innerText
var espruinoLink = 'http://www.espruino.com/webide?code=' + encodeURIComponent ( espruinoCode )
// then, either
document.getElementsByTagName('pre')[0].innerText = espruinoLink // display generated link as page text content
// or
window.location = espruinoLink; // copy code to web ide right pane
// or event just log it to the console & right-click it ;p

ex: with SingleButtonCombinationMulticodesLock_Espruino.js, we can produce the following link -->

Also, in a near future, we'll be able to use the following format for links, & have that Cake in all our Github & Cie projects commit approved, now the following is handled in Espruino Web IDE starting from V0.59.0 :D -->

R: visit the following for C stuff :)
http://jumspruino.jumware.com/docu/Extensions/index.html

R: the followings may be of interest ;p
http://www.makeuseof.com/tag/emulate-raspberry-pi-pc/
http://forum.espruino.com/conversations/278380/?offset=25#comment13018647

R: want micropython on the Pico ?
https://maxlupo.com/installing-micropython-on-the-espruino-pico/
http://ictoblog.nl/2016/07/28/bbc-microbit-as-an-eddystone-url-beacon-using-espruino?fdx_switcher=true

R: somehow related stuff ( js interpreters )
https://github.com/gfwilliams/tiny-js/blob/wiki/CodeExamples.md
http://hackaday.com/2012/10/05/a-javascript-interpreter-for-arm-micros/
https://code.google.com/archive/p/talktic/
https://github.com/Samsung/jerryscript
https://helxsz.wordpress.com/2012/05/31/a-javascript-interpreter-for-arduino/

About

Tests for the low-priced uC: Espruino ( R: his littl' brother, the Pico, is comiiiiing ;p )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages