1- # Examples using the GroPoint Modbus Library<!-- {#page_the_examples} -->
1+ # Examples using the GroPoint Modbus Library<!-- ! {#page_the_examples} -->
22
33These 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
2121This 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
2828This 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} -->
0 commit comments