Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Christian Busse
acps_lab
Commits
a745b77a
Commit
a745b77a
authored
Apr 18, 2022
by
Christian Busse
Browse files
update lab2 readme
parent
30e886d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
6 deletions
+23
-6
lab_files/lab_2/README.md
lab_files/lab_2/README.md
+23
-1
lab_files/lab_3/README.md
lab_files/lab_3/README.md
+0
-5
No files found.
lab_files/lab_2/README.md
View file @
a745b77a
...
...
@@ -23,4 +23,26 @@
-
[
Sensor Breakout Board
](
https://www.reichelt.de/entwicklerboards-temperatur-und-drucksensor-bmp280-debo-bmp280-p266034.html?&nbc=1&trstct=lsbght_sldr::266078
)
\ No newline at end of file
## SD Card Data Logging
-
Copy the
**`mbed_app.json`**
file to you program, which contains SPI configuration for the connected SD card module
-
Make sure to enable the
**storage**
feature of Mbed OS by commenting in
**`.mbedignore`**
(or copy the provided updated file):
~~~
/* Storage */
//mbed-os/storage/filesystem/*
//mbed-os/storage/kvstore/*
//mbed-os/storage/platform/*
~~~
**Further Resources:**
-
[
SDBlockDevice
](
https://os.mbed.com/docs/mbed-os/v6.15/apis/sdblockdevice.html
)
-
[
FATFileSystem
](
https://os.mbed.com/docs/mbed-os/v6.15/apis/fatfilesystem.html
)
lab_files/lab_3/README.md
deleted
100644 → 0
View file @
30e886d6
### Data Logger
-
[
SDBlockDevice
](
https://os.mbed.com/docs/mbed-os/v6.15/apis/sdblockdevice.html
)
-
[
FATFileSystem
](
https://os.mbed.com/docs/mbed-os/v6.15/apis/fatfilesystem.html
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment