File tree Expand file tree Collapse file tree 8 files changed +92
-7
lines changed
AWS-IoT-Arduino-Yun-Library Expand file tree Collapse file tree 8 files changed +92
-7
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2010-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License").
5+ * You may not use this file except in compliance with the License.
6+ * A copy of the License is located at
7+ *
8+ * http://aws.amazon.com/apache2.0
9+ *
10+ * or in the "license" file accompanying this file. This file is distributed
11+ * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+ * express or implied. See the License for the specific language governing
13+ * permissions and limitations under the License.
14+ */
15+
116#ifndef version_h
217#define version_h
318
4- #define VERSION_MAJOR 0
5- #define VERSION_MINOR 2
19+ #define VERSION_MAJOR 1
20+ #define VERSION_MINOR 0
621#define VERSION_PATCH 0
7- #define VERSION_TAG "BETA "
22+ #define VERSION_TAG ""
823
924#endif
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2010-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License").
5+ * You may not use this file except in compliance with the License.
6+ * A copy of the License is located at
7+ *
8+ * http://aws.amazon.com/apache2.0
9+ *
10+ * or in the "license" file accompanying this file. This file is distributed
11+ * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+ * express or implied. See the License for the specific language governing
13+ * permissions and limitations under the License.
14+ */
15+
116#include < aws_iot_mqtt.h>
217#include < aws_iot_version.h>
318#include " aws_iot_config.h"
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2010-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License").
5+ * You may not use this file except in compliance with the License.
6+ * A copy of the License is located at
7+ *
8+ * http://aws.amazon.com/apache2.0
9+ *
10+ * or in the "license" file accompanying this file. This file is distributed
11+ * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+ * express or implied. See the License for the specific language governing
13+ * permissions and limitations under the License.
14+ */
15+
116#ifndef config_usr_h
217#define config_usr_h
318
1732#define AWS_IOT_CERTIFICATE_PATH AWS_IOT_PATH_PREFIX AWS_IOT_CERTIFICATE_FILENAME // use this in config call
1833#define AWS_IOT_PRIVATE_KEY_PATH AWS_IOT_PATH_PREFIX AWS_IOT_PRIVATE_KEY_FILENAME // use this in config call
1934
20- #endif
35+ #endif
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2010-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License").
5+ * You may not use this file except in compliance with the License.
6+ * A copy of the License is located at
7+ *
8+ * http://aws.amazon.com/apache2.0
9+ *
10+ * or in the "license" file accompanying this file. This file is distributed
11+ * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+ * express or implied. See the License for the specific language governing
13+ * permissions and limitations under the License.
14+ */
15+
116#include < aws_iot_mqtt.h>
217#include < aws_iot_version.h>
318#include " aws_iot_config.h"
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2010-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License").
5+ * You may not use this file except in compliance with the License.
6+ * A copy of the License is located at
7+ *
8+ * http://aws.amazon.com/apache2.0
9+ *
10+ * or in the "license" file accompanying this file. This file is distributed
11+ * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+ * express or implied. See the License for the specific language governing
13+ * permissions and limitations under the License.
14+ */
15+
116#ifndef config_usr_h
217#define config_usr_h
318
1732#define AWS_IOT_CERTIFICATE_PATH AWS_IOT_PATH_PREFIX AWS_IOT_CERTIFICATE_FILENAME // use this in config call
1833#define AWS_IOT_PRIVATE_KEY_PATH AWS_IOT_PATH_PREFIX AWS_IOT_PRIVATE_KEY_FILENAME // use this in config call
1934
20- #endif
35+ #endif
Original file line number Diff line number Diff line change 11aws_iot_mqtt KEYWORD1
22aws_iot_mqtt_client KEYWORD1
33aws_iot_version KEYWORD1
4- aws_iot_config_user KEYWORD1
4+ aws_iot_config KEYWORD1
55setup KEYWORD2
66config KEYWORD2
77connect KEYWORD2
@@ -15,4 +15,4 @@ shadow_register_delta_func KEYWORD2
1515shadow_unregister_delta_func KEYWORD2
1616shadow_get KEYWORD2
1717shadow_update KEYWORD2
18- shadow_delete KEYWORD2
18+ shadow_delete KEYWORD2
Original file line number Diff line number Diff line change 1+ # 1.0.0 (October 8, 2015)
2+ Features:
3+
4+ * Release to github
5+ * SDK zip file made available for public download
6+
7+ Bugfixes/Improvements:
8+
9+ * Updated README.md
10+
111# 0.2.0 (October 6, 2015)
212Features:
313
You can’t perform that action at this time.
0 commit comments