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.
Fork of frdm_https_HPM by
History
New tester HPM_lib_tester loads hang online ide
2017-12-06, by Roietronics [Wed, 06 Dec 2017 11:25:25 +0000] rev 27
New tester HPM_lib_tester loads hang online ide
Add code to insatiate HOM object
2017-11-29, by Roietronics [Wed, 29 Nov 2017 17:02:13 +0000] rev 26
Add code to insatiate HOM object
Removed comments, cleaned up code indentation, added more printf statements for debugging.
2017-11-20, by jacobgqc [Mon, 20 Nov 2017 16:20:44 +0000] rev 25
Removed comments, cleaned up code indentation, added more printf statements for debugging.
Revert back to previous branch
2017-11-20, by jacobgqc [Mon, 20 Nov 2017 15:14:38 +0000] rev 24
Revert back to previous branch
Fixed bug in HPM library, string method was missing ending } in JSON object.
2017-11-20, by jacobgqc [Mon, 20 Nov 2017 14:45:56 +0000] rev 23
Fixed bug in HPM library, string method was missing ending } in JSON object.
Created a project for testing the HPM library. It simply prints results to console instead of sending via HTTPS.; Fixed bug in HPM library, string method was missing ending } in JSON object.
2017-11-20, by jacobgqc [Mon, 20 Nov 2017 14:46:39 +0000] rev 22
Created a project for testing the HPM library. It simply prints results to console instead of sending via HTTPS.; Fixed bug in HPM library, string method was missing ending } in JSON object.
HPM TEST definition works properly if 0 or 1.
2017-11-16, by jacobgqc [Thu, 16 Nov 2017 20:00:22 +0000] rev 21
HPM TEST definition works properly if 0 or 1.
Bug fix in the HPM call from main-https.cpp; To toggle between TEST and SENSOR mode, just comment or uncomment the #DEFINE TEST line in select-demo.h
2017-11-16, by jacobgqc [Thu, 16 Nov 2017 19:00:19 +0000] rev 20
Bug fix in the HPM call from main-https.cpp; To toggle between TEST and SENSOR mode, just comment or uncomment the #DEFINE TEST line in select-demo.h
Main HPM, non-testing, functions done. Need to be tested against the actual sensor.; Conditional 'MODE' variable isn't working for TEST vs SENSOR.
2017-11-16, by jacobgqc [Thu, 16 Nov 2017 17:31:36 +0000] rev 19
Main HPM, non-testing, functions done. Need to be tested against the actual sensor.; Conditional 'MODE' variable isn't working for TEST vs SENSOR.
Added HPM library to the frdm_https project.
2017-11-14, by jacobgqc [Tue, 14 Nov 2017 17:25:44 +0000] rev 18
Added HPM library to the frdm_https project.
