typo in sensehat info, R->F

This commit is contained in:
Dave Conway-Jones 2017-03-29 14:13:23 +01:00
parent 5a07f29ebd
commit 1ca1492bc4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-pi-sense-hat",
"version" : "0.0.13",
"version" : "0.0.14",
"description" : "A Node-RED node to interact with a Raspberry Pi Sense HAT",
"repository" : {
"type":"git",

View File

@ -102,7 +102,7 @@ be sent in a single message by separating them with newline (\n) characters.<p>
<p><code>angle</code> must be 0, 90, 180 or 270.</p>
<p><b>Flip the screen</b></p>
<p>Format: <code>R&lt;axis&gt;</code></p>
<p>Format: <code>F&lt;axis&gt;</code></p>
<p><code>axis</code> must be either <code>H</code> or <code>V</code> to flip on
the horizontal or vertical axis respectively.</p>