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.

History

Implemented SPI support default tip

2017-10-31, by akhtar.syedzeeshan@gmail.com [Tue, 31 Oct 2017 16:27:40 +0100] rev 11

Implemented SPI support


Added DevI2C_JS

2017-10-25, by akhtar.syedzeeshan@gmail.com [Wed, 25 Oct 2017 14:19:31 +0200] rev 10

Added DevI2C_JS


Fully implemented DevI2C support

2017-10-25, by akhtar.syedzeeshan@gmail.com [Wed, 25 Oct 2017 14:15:49 +0200] rev 9

Fully implemented DevI2C support


Fully implemented DevI2C support

2017-10-25, by akhtar.syedzeeshan@gmail.com [Wed, 25 Oct 2017 14:09:11 +0200] rev 8

Fully implemented DevI2C support


Changed DevI2C to I2C in javascript. Currently casting I2C to DevI2C while using the driver

2017-10-23, by akhtar.syedzeeshan@gmail.com [Mon, 23 Oct 2017 16:44:56 +0200] rev 7

Changed DevI2C to I2C in javascript. Currently casting I2C to DevI2C while using the driver


Added LSM303AGR Sensor wrapper

2017-10-12, by akhtar.syedzeeshan@gmail.com [Thu, 12 Oct 2017 11:23:50 +0200] rev 6

Added LSM303AGR Sensor wrapper


Updated Sensors Libs

2017-10-11, by akhtar.syedzeeshan@gmail.com [Wed, 11 Oct 2017 10:15:59 +0200] rev 5

Updated Sensors Libs


Removed .DS_Store

2017-10-10, by akhtar.syedzeeshan@gmail.com [Tue, 10 Oct 2017 13:31:34 +0200] rev 4

Removed .DS_Store


Removed Sensors code

2017-10-10, by akhtar.syedzeeshan@gmail.com [Tue, 10 Oct 2017 13:29:42 +0200] rev 3

Removed Sensors code


Added Sensors as dependencies

2017-10-10, by akhtar.syedzeeshan@gmail.com [Tue, 10 Oct 2017 13:24:05 +0200] rev 2

Added Sensors as dependencies