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: HEPTA_SENSOR mbed HEPTA_EPS HEPTA_CDH
Revision 31:c03fdf6f0138, committed 2022-08-19
- Comitter:
- csmk18112
- Date:
- Fri Aug 19 04:50:42 2022 +0000
- Parent:
- 30:df1d2b925dbe
- Commit message:
- rs
Changed in this revision
| HEPTA_SENSOR.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/HEPTA_SENSOR.lib Thu Aug 18 13:09:36 2022 +0000 +++ b/HEPTA_SENSOR.lib Fri Aug 19 04:50:42 2022 +0000 @@ -1,1 +1,1 @@ -https://os.mbed.com/teams/HEPTA-Sat-Training-2022/code/HEPTA_SENSOR/#63ade96496de +https://os.mbed.com/teams/HEPTA-Sat-Training-2022/code/HEPTA_SENSOR/#8402214a0b6b
--- a/main.cpp Thu Aug 18 13:09:36 2022 +0000
+++ b/main.cpp Fri Aug 19 04:50:42 2022 +0000
@@ -6,9 +6,9 @@
Serial pc(USBTX,USBRX);
HEPTA_EPS eps(p16,p26);
HEPTA_CDH cdh(p5,p6,p7,p8,"sd");
-HEPTA_SENSOR sensor(p17,
- p28,p27,0xD0,0x18,
- p13,p14,p25,p24);
+HEPTA_SENSOR sensor(p17,
+ p28,p27,0x19,0x69,0x13,
+ p13, p14,p25,p24);
int main()
{