The project demonstrates how to program some of ST sensors in Javascript on MbedOS by using Jerryscript https://github.com/jerryscript-project/jerryscript The following sensors are the part of demonstration (while more can be added later on): * LSM6DSL * LSM303AGR * LPS22HB * HTS221 To build the project simply run python build.py in terminal.

Dependencies:   DEVI2C_JS HTS221_JS LPS22HB_JS LSM303AGR_JS LSM6DSL_JS SPI_JS

Check out https://github.com/syed-zeeshan/ST_SENSOR_JS_DEMO to learn more.

Revision:
5:588a8a9f709d
diff -r e70521955377 -r 588a8a9f709d .hgignore
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Wed Oct 11 10:15:59 2017 +0200
@@ -0,0 +1,2 @@
+.DS_Store
+.mbed
\ No newline at end of file