Merge pull request #125 from aj-ptw/io-guides

FIX: add in pins
Esse commit está contido em:
AJ Keller
2018-03-13 07:36:55 -04:00
commit de GitHub
@@ -21,6 +21,10 @@ Once you have connected, you may selected the "Digital Read" for one of your wid
You can verify the digital read widget is working by pressing the "PROG" button which is hooked up to the D17 pin.
When you use a Cyton USB dongle, you get up to 5 digital IO pins to read from: D11, D12, D13, D17 and D18! If there appears to be a delay between when you press the button and when the digital read widget in the GUI shows the button pressed, then you may want to lower your serial port latency. Checkout the guides for lowering serial port latency [Windows](http://docs.openbci.com/Tutorials/11-OpenBCI_on_Windows) and [macOS](http://docs.openbci.com/Tutorials/10-Mac_FTDI_Driver_Fix), for Linux, we still need a guide and this could be a good first contribution for a community member!
When you use a Cyton over [WiFi Shield](https://shop.openbci.com/collections/frontpage/products/wifi-shield?variant=44534009550), you get up to 3 digital IO pins to read from: D11, D12 and D17! There should be no noticeable delay from when you touch the button and when the digital read widget in the GUI shows the button pressed.
### Programmatically Setting Board Mode
Firmware 3.x.x brings a long requested out-of-the-box ability to read from analog or digital inputs with the default firmware. Allowing you to simply read from the analog input (sending `/2`) or digital input (sending `/3`) with the type of two ascii commands. The default board is activated by default, and can always be achieved again by sending a `/0`.