Skip to content

Commit 6313ab3

Browse files
committed
Bump dependencies, update doxygen formatting
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
1 parent d903f13 commit 6313ab3

File tree

7 files changed

+23
-23
lines changed

7 files changed

+23
-23
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# GroPointModbus<!-- {#mainpage} -->
1+
# GroPointModbus<!--! {#mainpage} -->
22

33
A library to use an Arduino as a master to control and communicate via modbus with GroPoint soil moisture sensors. Depends on the EnviroDIY/SensorModbusMaster library.

examples/ChangeModbusSettings/ReadMe.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Changing Modbus Settings <!-- {#example_change_modbus_settings} -->
1+
# Changing Modbus Settings <!--! {#example_change_modbus_settings} -->
22

33
This sketch uses hardware serial to connect with GroPoint Profile and change the default modbus settings from 19200 8E1 to 9600 8N1.
44

@@ -13,10 +13,10 @@ This sketch depends on the GropointModbus library and also loosely on the Sensor
1313

1414
_______
1515

16-
[//]: # ( @section example_change_modbus_settings_pio_config PlatformIO Configuration )
16+
<!--! @section example_change_modbus_settings_pio_config PlatformIO Configuration -->
1717

18-
[//]: # ( @include{lineno} ChangeModbusSettings/platformio.ini )
18+
<!--! @include{lineno} ChangeModbusSettings/platformio.ini -->
1919

20-
[//]: # ( @section example_change_modbus_settings_code The Complete Code )
20+
<!--! @section example_change_modbus_settings_code The Complete Code -->
2121

22-
[//]: # ( @include{lineno} ChangeModbusSettings/ChangeModbusSettings.ino )
22+
<!--! @include{lineno} ChangeModbusSettings/ChangeModbusSettings.ino -->

examples/GetValues/ReadMe.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Getting Values <!-- {#example_get_values} -->
1+
# Getting Values <!--! {#example_get_values} -->
22

33
This prints basic meta-data about a sensor to the first serial port and then begins taking measurements from the sensor.
44

@@ -10,10 +10,10 @@ Neither SoftwareSerial, AltSoftSerial, nor NeoSoftwareSerial will support either
1010

1111
_______
1212

13-
[//]: # ( @section example_get_values_pio_config PlatformIO Configuration )
13+
<!--! @section example_get_values_pio_config PlatformIO Configuration -->
1414

15-
[//]: # ( @include{lineno} GetValues/platformio.ini )
15+
<!--! @include{lineno} GetValues/platformio.ini -->
1616

17-
[//]: # ( @section example_get_values_code The Complete Code )
17+
<!--! @section example_get_values_code The Complete Code -->
1818

19-
[//]: # ( @include{lineno} GetValues/GetValues.ino )
19+
<!--! @include{lineno} GetValues/GetValues.ino -->

examples/ReadMe.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
# Examples using the GroPoint Modbus Library<!-- {#page_the_examples} -->
1+
# Examples using the GroPoint Modbus Library<!--! {#page_the_examples} -->
22

33
These example programs demonstrate how to use the GroPoint Modbus library.
44

55
___
66

7-
[//]: # ( Start GitHub Only )
7+
<!--! @if GITHUB -->
88

99
- [Examples using the GroPoint Modbus Library](#examples-using-the-gropoint-modbus-library)
1010
- [Getting Sensor Values](#getting-sensor-values)
1111
- [Changing Modbus Serial Settings](#changing-modbus-serial-settings)
1212

13-
[//]: # ( End GitHub Only )
13+
<!--! @endif -->
1414

15-
[//]: # ( @tableofcontents )
15+
<!--! @tableofcontents -->
1616

17-
[//]: # ( @m_footernavigation )
17+
<!--! @m_footernavigation -->
1818

19-
## Getting Sensor Values<!-- {#examples_get_values} -->
19+
## Getting Sensor Values<!--! {#examples_get_values} -->
2020

2121
This prints basic meta-data about a sensor to the first serial port and then begins taking measurements from the sensor.
2222

2323
- [Instructions for the get values example](https://envirodiy.github.io/GroPointModbus/example_get_values.html)
2424
- [The get values example on GitHub](https://github.com/EnviroDIY/GroPointModbus/tree/master/examples/GetValues)
2525

26-
## Changing Modbus Serial Settings<!-- {#examples_change_modbus_settings} -->
26+
## Changing Modbus Serial Settings<!--! {#examples_change_modbus_settings} -->
2727

2828
This sketch uses hardware serial to connect with GroPoint Profile and change default modbus settings from 19200 8E1 to 9600 8N1.
2929

@@ -32,5 +32,5 @@ You will probably need to use this example to prepare a new sensor to communicat
3232
- [Instructions for the changing settings example](https://envirodiy.github.io/GroPointModbus/example_change_modbus_settings.html)
3333
- [The display values example on GitHub](https://github.com/EnviroDIY/GroPointModbus/tree/master/examples/ChangeModbusSettings)
3434

35-
[//]: # ( @m_innerpage{example_get_values} )
36-
[//]: # ( @m_innerpage{example_change_modbus_settings} )
35+
<!--! @m_innerpage{example_get_values} -->
36+
<!--! @m_innerpage{example_change_modbus_settings} -->

extras/ChangeParity/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Changing the parity <!-- {#extras_change_parity} -->
1+
# Changing the parity <!--! {#extras_change_parity} -->
22

33
This sketch uses hardware serial to connect with GroPoint Profile and change default modbus settings from 19200 8E1 to 9600 8N1.
44

extras/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Extra Helpers for GroPoint Modbus Library<!-- {#page_extras} -->
1+
# Extra Helpers for GroPoint Modbus Library<!--! {#page_extras} -->
22

33
Some extra helpful tools for the GroPoint sensors.

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"name": "SensorModbusMaster",
2424
"library id": "1824",
2525
"url": "https://github.com/EnviroDIY/SensorModbusMaster.git",
26-
"version": "~1.0.0",
26+
"version": "~1.3.0",
2727
"note": "EnviroDIY SensorModbusMaster - Arduino library for communicating via modbus with the Arduino acting as the modbus master.",
2828
"authors": ["Sara Damiano"],
2929
"frameworks": "arduino",

0 commit comments

Comments
 (0)