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: mbed LPS25HB_I2C LSM9DS1 UsaPack
Revision 5:1d594d188e0f, committed 2022-03-19
- Comitter:
- osaka
- Date:
- Sat Mar 19 03:06:35 2022 +0000
- Parent:
- 4:1f382a93d438
- Child:
- 6:26354853df61
- Commit message:
- test
Changed in this revision
| .hgignore | 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 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Sat Mar 19 03:06:35 2022 +0000 @@ -0,0 +1,8 @@ +^BUILD$ +^.clangd$ +^.cache$ +^LSM9DS1$ +^LPS25HB_I2C$ +^.mbed$ +^compile_commands.json$ +^mbed$
--- a/main.cpp Mon Dec 13 11:48:34 2021 +0000
+++ b/main.cpp Sat Mar 19 03:06:35 2022 +0000
@@ -9,6 +9,7 @@
LSM9DS1 lsm(i2c);
LPS lps(i2c);
+//test
int main()
{