Private
Public Access
2
0

edison.md: Add warning on using reset button

Closes #432

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2016-02-17 11:15:31 +00:00
parent 699d476de1
commit 6b3794003f

View File

@@ -17,6 +17,8 @@ Intel Arduino board
The Edison used with the Arduino board has the following limitations
in libmraa:
- Do not use the 'reset' button on the arduino shields, there is a hardware
bug and the platform will likely not come back up correctly
- I2C is exposed on i2c-6, therefore you must use bus 6 and not bus 0
- PWM available on default swizzler positions. (3,5,6,9)
- SPI exposed is also used for the ADC. Try not to use your own CS.