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: HP206C mbed HMC5883L DHT DS1820
main.cpp@13:67a3109de055, 2018-09-25 (annotated)
- Committer:
- SBACCARI
- Date:
- Tue Sep 25 13:17:34 2018 +0000
- Revision:
- 13:67a3109de055
- Parent:
- 0:fa6e7dd26ef2
change to a better library
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| MathieuM | 0:fa6e7dd26ef2 | 1 | #include "mbed.h" |
| MathieuM | 0:fa6e7dd26ef2 | 2 | |
| MathieuM | 0:fa6e7dd26ef2 | 3 | |
| MathieuM | 0:fa6e7dd26ef2 | 4 | int main() { |
| MathieuM | 0:fa6e7dd26ef2 | 5 | while(1) { |
| SBACCARI | 13:67a3109de055 | 6 | /* |
| SBACCARI | 13:67a3109de055 | 7 | |
| SBACCARI | 13:67a3109de055 | 8 | */ |
| SBACCARI | 13:67a3109de055 | 9 | |
| SBACCARI | 13:67a3109de055 | 10 | wait(15); // sampling frequency |
| MathieuM | 0:fa6e7dd26ef2 | 11 | } |
| MathieuM | 0:fa6e7dd26ef2 | 12 | } |
