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
- Committer:
- SBACCARI
- Date:
- 2018-09-25
- Revision:
- 13:67a3109de055
- Parent:
- 0:fa6e7dd26ef2
File content as of revision 13:67a3109de055:
#include "mbed.h"
int main() {
while(1) {
/*
*/
wait(15); // sampling frequency
}
}
