V.06 11/3

Dependencies:   FT6206 SDFileSystem SPI_TFT_ILI9341 TFT_fonts

Fork of ATT_AWS_IoT_demo by attiot

Revision:
29:f71a0be59b99
Parent:
20:ee34856ae510
--- a/AWS_openssl/aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/network_interface.h	Mon Oct 09 21:13:49 2017 +0000
+++ b/AWS_openssl/aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/network_interface.h	Fri Nov 03 20:28:02 2017 +0000
@@ -97,6 +97,9 @@
  * @brief Boots the WNC modem
  */
 int net_modem_boot(void);
+int GetSignalStrength(int16_t *dbm);
+int GetUpdateStatus(unsigned char *cStatus);
+int GetAllObjects();
 
 int mbedtls_mqtt_config_parse_file(ShadowParameters_t *sp, const char *path );