Skip to content

Commit e3bd6b8

Browse files
author
jimblom
committed
Adding header comments to source files.
1 parent 6205e31 commit e3bd6b8

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

src/SparkFun_LTE_Shield_Arduino_Library.cpp

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
/*
2-
[TODO: DESCRIPTION SENTENCE]
2+
Arduino Library for the SparkFun LTE CAT M1/NB-IoT Shield - SARA-R4
33
44
SparkFun sells these at its website: www.sparkfun.com
55
Do you like this library? Help support SparkFun. Buy a board!
6-
https://www.sparkfun.com/products/TODO
6+
https://www.sparkfun.com/products/14997
77
Written by Jim Lindblom @ SparkFun Electronics, September 5, 2018
88
9-
[TODO: DESCRIPTION PARAGRAPH]
9+
This Arduino library provides mechanisms to initialize and use
10+
the SARA-R4 module over either a SoftwareSerial or hardware serial port.
11+
12+
Supported features include:
13+
* Network registration -- Register your shield on a MNO
14+
* SMS messaging -- Send an SMS message
15+
* TCP/IP Messaging -- Sending data to servers or setting the SARA
16+
module up as a listening socket.
17+
* u-blox GPS module support -- Plug in a u-blox GPS module via
18+
I2C to read it's location data.
1019
1120
Development environment specifics:
1221
Arduino IDE 1.8.5

src/SparkFun_LTE_Shield_Arduino_Library.h

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
/*
2-
[TODO: DESCRIPTION SENTENCE]
2+
Arduino Library for the SparkFun LTE CAT M1/NB-IoT Shield - SARA-R4
33
44
SparkFun sells these at its website: www.sparkfun.com
55
Do you like this library? Help support SparkFun. Buy a board!
6-
https://www.sparkfun.com/products/TODO
6+
https://www.sparkfun.com/products/14997
77
Written by Jim Lindblom @ SparkFun Electronics, September 5, 2018
88
9-
[TODO: DESCRIPTION PARAGRAPH]
9+
This Arduino library provides mechanisms to initialize and use
10+
the SARA-R4 module over either a SoftwareSerial or hardware serial port.
11+
12+
Supported features include:
13+
* Network registration -- Register your shield on a MNO
14+
* SMS messaging -- Send an SMS message
15+
* TCP/IP Messaging -- Sending data to servers or setting the SARA
16+
module up as a listening socket.
17+
* u-blox GPS module support -- Plug in a u-blox GPS module via
18+
I2C to read it's location data.
1019
1120
Development environment specifics:
1221
Arduino IDE 1.8.5

0 commit comments

Comments
 (0)