Javascript wrappers for LPS22HB Sensor library

Dependencies:   LPS22HB

Dependents:   ST_SENSOR_JS

Revision:
1:6b7b798e36ae
Parent:
0:c256bbccd0d4
Child:
2:5ed6416b6b4d
--- a/LPS22HB_JS.h	Tue Oct 10 11:51:55 2017 +0200
+++ b/LPS22HB_JS.h	Wed Oct 11 10:09:09 2017 +0200
@@ -69,11 +69,9 @@
     /* Declarations */
     uint8_t readID();
     float get_temperature();
-    unsigned char *get_temperature_string();
+    char *get_temperature_string(char *);
     float get_pressure();
-    unsigned char *get_pressure_string();
-    uint8_t give();
-    void print_sensor_info();
+    char *get_pressure_string(char *);
     void led_on(DigitalOut &led) {
         //printf("led status: %d\n", led);
         led = 1;