From c1b8e25adf4974bc97d8cdee14ce4627f5630be5 Mon Sep 17 00:00:00 2001 From: Gauthier Provost Date: Sun, 7 Oct 2018 00:52:04 +0800 Subject: [PATCH] Issue #5 Fix wrong jumper cable reference --- docs/i2c.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/i2c.md b/docs/i2c.md index 0dda949..65e3632 100644 --- a/docs/i2c.md +++ b/docs/i2c.md @@ -13,7 +13,7 @@ The I2C interface on Helios4 board is located at header **J9** which exposes the ![I2C Pinout](/img/hardware/i2c_pinout.png) -You will need to use Male to Male Jumper Wire (a.k.a Dupont Cable) to connect your display to Helios4 board. +You will need to use Female to Female Jumper Wire (a.k.a Dupont Cable) to connect your display to Helios4 board. Connect matching pin on each side (GND to GND, VDD to VDD, SDA to SDA, etc...). Ideally you use cables of different colors to easily check that your wiring is correct.