Skip to content

Commit 6f0c93b

Browse files
committed
Merge pull request particle-iot#244 from bgrimes/patch-1
Fix merge conflict in examples.md
2 parents c928c2f + 4fdf4ac commit 6f0c93b

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

src/content/guide/getting-started/examples.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -998,17 +998,6 @@ int tinkerAnalogRead(String pin)
998998
return -2;
999999
}
10001000

1001-
<<<<<<< HEAD
1002-
**Also**, check out and join our [community forums](http://community.particle.io/) for advanced help, tutorials, and troubleshooting.
1003-
1004-
{{#if photon}}
1005-
[Go to Community Forums >](http://community.particle.io/c/troubleshooting)
1006-
{{/if}}
1007-
1008-
{{#if core}}
1009-
[Go to Community Forums >](http://community.particle.io/c/troubleshooting)
1010-
{{/if}}
1011-
=======
10121001
/*******************************************************************************
10131002
* Function Name : tinkerAnalogWrite
10141003
* Description : Writes an analog value (PWM) to the specified pin
@@ -1040,4 +1029,13 @@ int tinkerAnalogWrite(String command)
10401029
else return -2;
10411030
}
10421031
</code></pre>
1043-
>>>>>>> master
1032+
1033+
**Also**, check out and join our [community forums](http://community.particle.io/) for advanced help, tutorials, and troubleshooting.
1034+
1035+
{{#if photon}}
1036+
[Go to Community Forums >](http://community.particle.io/c/troubleshooting)
1037+
{{/if}}
1038+
1039+
{{#if core}}
1040+
[Go to Community Forums >](http://community.particle.io/c/troubleshooting)
1041+
{{/if}}

0 commit comments

Comments
 (0)