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: libmDot-mbed5 DHT
Diff: examples/inc/dot_util.h
- Revision:
- 40:fd79ed63e852
- Parent:
- 33:15ea8f985c54
- Child:
- 41:58c060ce07e5
diff -r 76f8a75ed3ec -r fd79ed63e852 examples/inc/dot_util.h --- a/examples/inc/dot_util.h Thu Dec 19 09:33:42 2019 -0600 +++ b/examples/inc/dot_util.h Sat Apr 04 21:45:48 2020 +0000 @@ -7,6 +7,7 @@ #include "MTSLog.h" #include "MTSText.h" #include "ISL29011.h" +#include "DHT.h" #include "example_config.h" extern mDot* dot; @@ -39,4 +40,6 @@ int send_data(std::vector<uint8_t> data); +int recv_data(std::vector<uint8_t> data); + #endif