HAPSRG / Mbed 2 deprecated read_Pmod

Dependencies:   mbed LPS25HB_I2C LSM9DS1 UsaPack

Files at this revision

API Documentation at this revision

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()
 {