MediaTek-Labs / aws_mbedtls_mqtt

The source code to use mbedTLS library to connect to AWS mqtt IOT server.
62 stars 34 forks source link

Unable to find headers from MediaTek Labs aws_mbedtls_mqtt library #17

Closed sasiarjun closed 7 years ago

sasiarjun commented 7 years ago

When compiling using Arduino Uno IDE following headers are missing from MediaTek-Labs aws_mbedtls_mqtt library.

include

include "vmio.h"

include "vmstdlib.h"

include

include "vmsys.h"

include

include

include

include

Please let me know where i will be get above libraries and where can i keep it in arduino libraries folder.