From 6b3794003f36f880d5b9d90c6e6bf7dab6bcea5b Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Wed, 17 Feb 2016 11:15:31 +0000 Subject: [PATCH] edison.md: Add warning on using reset button Closes #432 Signed-off-by: Brendan Le Foll --- docs/edison.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/edison.md b/docs/edison.md index 0d262b3..e8d6264 100644 --- a/docs/edison.md +++ b/docs/edison.md @@ -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.