Skip to content

Commit

Permalink
edison.md: Add docs for MFD2
Browse files Browse the repository at this point in the history
Signed-off-by: Brendan Le Foll <[email protected]>
  • Loading branch information
arfoll committed Mar 24, 2016
1 parent 296ed38 commit 8b02c41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/edison.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ in libmraa:
of the Arduino breakout board, this is not supported officially so asking for
mraa_i2c_init(1) will result in getting i2c bus 6 (the default one). However
using raw mode (mraa_i2c_init_raw(1)) this bus is fully usable
- If you want to use /dev/ttyMFD2 you have to use the raw uart mode passing a
std::string or char* argument of "/dev/ttyMFD2" to mraa:Uart() or
mraa_uart_init_raw. By default there is a getty running on that interface so
you will need to disable that first

Because of the way IO is setup with the tristate on the Arduino breakout board
IO will be flipped as it is setup. It's recommended to setup IO pins &
Expand Down

0 comments on commit 8b02c41

Please sign in to comment.