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: FXOS8700CQ MODSERIAL mbed
Fork of Avnet_ATT_Cellular_IOT by
Revision 68:6e311c747045, committed 2016-08-11
- Comitter:
- fkellermavnet
- Date:
- Thu Aug 11 00:03:09 2016 +0000
- Parent:
- 67:11db02bb93e1
- Child:
- 69:5a3414cc7531
- Commit message:
- Added Avnet copyright headers on all source files.
Changed in this revision
--- a/HTS221.h Thu Aug 04 16:24:13 2016 +0000 +++ b/HTS221.h Thu Aug 11 00:03:09 2016 +0000 @@ -1,3 +1,19 @@ +/* =================================================================== +Copyright © 2016, AVNET Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, +either express or implied. See the License for the specific +language governing permissions and limitations under the License. + +======================================================================== */ #ifndef HTS221_H_ #define HTS221_H_
--- a/cell_modem.cpp Thu Aug 04 16:24:13 2016 +0000 +++ b/cell_modem.cpp Thu Aug 11 00:03:09 2016 +0000 @@ -1,3 +1,20 @@ +/* =================================================================== +Copyright © 2016, AVNET Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, +either express or implied. See the License for the specific +language governing permissions and limitations under the License. + +======================================================================== */ + #include "mbed.h" #include <cctype> #include <string>
--- a/cell_modem.h Thu Aug 04 16:24:13 2016 +0000 +++ b/cell_modem.h Thu Aug 11 00:03:09 2016 +0000 @@ -1,3 +1,20 @@ +/* =================================================================== +Copyright © 2016, AVNET Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, +either express or implied. See the License for the specific +language governing permissions and limitations under the License. + +======================================================================== */ + #ifndef __CELL_MODEM_H_ #define __CELL_MODEM_H_ int cell_modem_init();
--- a/config_me.h Thu Aug 04 16:24:13 2016 +0000 +++ b/config_me.h Thu Aug 11 00:03:09 2016 +0000 @@ -1,3 +1,20 @@ +/* =================================================================== +Copyright © 2016, AVNET Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, +either express or implied. See the License for the specific +language governing permissions and limitations under the License. + +======================================================================== */ + #ifndef __CONFIG_ME_H_ #define __CONFIG_ME_H_
--- a/hardware.h Thu Aug 04 16:24:13 2016 +0000 +++ b/hardware.h Thu Aug 11 00:03:09 2016 +0000 @@ -1,3 +1,20 @@ +/* =================================================================== +Copyright © 2016, AVNET Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, +either express or implied. See the License for the specific +language governing permissions and limitations under the License. + +======================================================================== */ + #ifndef Hardware_H_ #define Hardware_H_ #include "MODSERIAL.h"
--- a/hts221_driver.cpp Thu Aug 04 16:24:13 2016 +0000 +++ b/hts221_driver.cpp Thu Aug 11 00:03:09 2016 +0000 @@ -1,3 +1,19 @@ +/* =================================================================== +Copyright © 2016, AVNET Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, +either express or implied. See the License for the specific +language governing permissions and limitations under the License. + +======================================================================== */ #include "HTS221.h"
--- a/itm_output.cpp Thu Aug 04 16:24:13 2016 +0000 +++ b/itm_output.cpp Thu Aug 11 00:03:09 2016 +0000 @@ -1,3 +1,20 @@ +/* =================================================================== +Copyright © 2016, AVNET Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, +either express or implied. See the License for the specific +language governing permissions and limitations under the License. + +======================================================================== */ + //Used for ULINK output only //
--- a/itm_output.h Thu Aug 04 16:24:13 2016 +0000 +++ b/itm_output.h Thu Aug 11 00:03:09 2016 +0000 @@ -1,3 +1,20 @@ +/* =================================================================== +Copyright © 2016, AVNET Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, +either express or implied. See the License for the specific +language governing permissions and limitations under the License. + +======================================================================== */ + #ifndef __ITM_OUTPUT__ #define __ITM_OUTPUT__
--- a/main.cpp Thu Aug 04 16:24:13 2016 +0000 +++ b/main.cpp Thu Aug 11 00:03:09 2016 +0000 @@ -1,3 +1,20 @@ +/* =================================================================== +Copyright © 2016, AVNET Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, +either express or implied. See the License for the specific +language governing permissions and limitations under the License. + +======================================================================== */ + #include "mbed.h" #include <cctype> #include <string>
--- a/sensors.cpp Thu Aug 04 16:24:13 2016 +0000 +++ b/sensors.cpp Thu Aug 11 00:03:09 2016 +0000 @@ -1,3 +1,20 @@ +/* =================================================================== +Copyright © 2016, AVNET Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, +either express or implied. See the License for the specific +language governing permissions and limitations under the License. + +======================================================================== */ + #include "mbed.h" #include "sensors.h" #include "hardware.h"
--- a/sensors.h Thu Aug 04 16:24:13 2016 +0000 +++ b/sensors.h Thu Aug 11 00:03:09 2016 +0000 @@ -1,3 +1,20 @@ +/* =================================================================== +Copyright © 2016, AVNET Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, +either express or implied. See the License for the specific +language governing permissions and limitations under the License. + +======================================================================== */ + #ifndef __SENSORS_H_ #define __SENSORS_H_
--- a/wnc_control.cpp Thu Aug 04 16:24:13 2016 +0000 +++ b/wnc_control.cpp Thu Aug 11 00:03:09 2016 +0000 @@ -1,3 +1,20 @@ +/* =================================================================== +Copyright © 2016, AVNET Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, +either express or implied. See the License for the specific +language governing permissions and limitations under the License. + +======================================================================== */ + #include "mbed.h" #include <cctype> #include <string>
--- a/wnc_control.h Thu Aug 04 16:24:13 2016 +0000 +++ b/wnc_control.h Thu Aug 11 00:03:09 2016 +0000 @@ -1,3 +1,19 @@ +/* =================================================================== +Copyright © 2016, AVNET Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, +either express or implied. See the License for the specific +language governing permissions and limitations under the License. + +======================================================================== */ #ifndef __WNC_CONTROL_H_ #define __WNC_CONTROL_H_
