Create gh-pages branch via GitHub

This commit is contained in:
Chris Willis-Ford 2014-08-01 11:20:14 -07:00
parent 1fed704e79
commit 3c69fe28d4
2 changed files with 3 additions and 3 deletions

View file

@ -428,7 +428,7 @@
<h3>
<a name="usb-hid-support" class="anchor" href="#usb-hid-support"><span class="octicon octicon-link"></span></a>USB HID Support</h3>
<p><em>An example HID device extension is available <a href="joystickExtension.js">here</a>.</em>
<p><em>An example HID device extension is available <a href="https://github.com/LLK/scratch-extension-docs/blob/master/joystickExtension.js">here</a>.</em>
<em>More information about the HID protocol is available <a href="http://www.usb.org/developers/devclass_docs/HID1_11.pdf">here</a>.</em></p>
<p>To let the extension system know that your extension is interested in USB HID devices, pass an object like this for the <code>hardware_info</code> parameter of the <code>register()</code> method:</p>
@ -483,7 +483,7 @@
<h3>
<a name="serial-device-support" class="anchor" href="#serial-device-support"><span class="octicon octicon-link"></span></a>Serial Device Support</h3>
<p><em>An example serial device extension is available <a href="picoExtension.js">here</a>.</em></p>
<p><em>An example serial device extension is available <a href="https://github.com/LLK/scratch-extension-docs/blob/master/picoExtension.js">here</a>.</em></p>
<p>To let the extension system know that your extension is interested in serial devices, pass an object like this for the <code>hardware_info</code> parameter of the <code>register()</code> method:</p>

File diff suppressed because one or more lines are too long