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.

Changes

RevisionDateWhoCommit message
11:df076f62de33 2017-10-31 akhtar.syedzeeshan@gmail.com Implemented SPI support default tip
10:15075a2de5dd 2017-10-25 akhtar.syedzeeshan@gmail.com Added DevI2C_JS
9:431fcffb8f54 2017-10-25 akhtar.syedzeeshan@gmail.com Fully implemented DevI2C support
8:f1fd1eae8b0d 2017-10-25 akhtar.syedzeeshan@gmail.com Fully implemented DevI2C support
7:9c6ec99fa473 2017-10-23 akhtar.syedzeeshan@gmail.com Changed DevI2C to I2C in javascript. Currently casting I2C to DevI2C while using the driver
6:dbbbabf57efd 2017-10-12 akhtar.syedzeeshan@gmail.com Added LSM303AGR Sensor wrapper
5:588a8a9f709d 2017-10-11 akhtar.syedzeeshan@gmail.com Updated Sensors Libs
4:e70521955377 2017-10-10 akhtar.syedzeeshan@gmail.com Removed .DS_Store
3:fd05a101e8d0 2017-10-10 akhtar.syedzeeshan@gmail.com Removed Sensors code
2:c3ed5bc09156 2017-10-10 akhtar.syedzeeshan@gmail.com Added Sensors as dependencies
1:a6620464af09 2017-10-10 akhtar.syedzeeshan@gmail.com Added HTS221, LPS22HB and LSM6DSL sensors Dependencies
0:b2ecba07e801 2017-10-10 akhtar.syedzeeshan@gmail.com Added HTS221, LPS22HB and LSM6DSL sensors