Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: HTS221
Diff: HTS221_JS.h
- Revision:
- 6:b2c4b0678856
- Parent:
- 5:bbe15d3cac27
--- a/HTS221_JS.h Tue Oct 31 16:18:15 2017 +0100
+++ b/HTS221_JS.h Wed Jan 17 10:54:19 2018 +0100
@@ -9,7 +9,7 @@
******************************************************************************
* @attention
*
- * <h2><center>© COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
+ * <h2><center>© COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
@@ -60,7 +60,7 @@
public:
/* Constructors */
- HTS221_JS(){ printf("calling empty constructor"); }
+ HTS221_JS(){}
HTS221_JS(DevI2C &devI2c);
void init(DevI2C &devI2c);