summaryrefslogtreecommitdiffstats
path: root/docs/_summary.md
diff options
context:
space:
mode:
authoryiancar <yiangosyiangou@cytanet.com.cy>2018-11-10 21:26:39 +0100
committerJack Humbert <jack.humb@gmail.com>2018-11-10 21:26:39 +0100
commit408361402385ea938575956e9368b5f373edc629 (patch)
tree2ce9bc847d66296848bdfe39b15de549058d966d /docs/_summary.md
parent3ba242cc3f5db93b14f0939f056e9aa759a43efe (diff)
downloadqmk_firmware-408361402385ea938575956e9368b5f373edc629.tar.gz
qmk_firmware-408361402385ea938575956e9368b5f373edc629.tar.xz
I2C driver docs (#4298)
* I2C driver docs - Added I2C driver docs. - Changed arm master i2c driver to have a weak i2c_init as it is impossible to account for all possible port configuration in the STM32 world. * Update docs/i2c_driver.md Co-Authored-By: yiancar <yiangosyiangou@cytanet.com.cy> * Update docs/i2c_driver.md Co-Authored-By: yiancar <yiangosyiangou@cytanet.com.cy> * Update docs/i2c_driver.md Co-Authored-By: yiancar <yiangosyiangou@cytanet.com.cy> * Update docs/i2c_driver.md Co-Authored-By: yiancar <yiangosyiangou@cytanet.com.cy> * GPIO release fix
Diffstat (limited to 'docs/_summary.md')
-rw-r--r--docs/_summary.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_summary.md b/docs/_summary.md
index 2c5738012..67e81422a 100644
--- a/docs/_summary.md
+++ b/docs/_summary.md
@@ -79,6 +79,7 @@
* [Hand Wiring Guide](hand_wire.md)
* [ISP Flashing Guide](isp_flashing_guide.md)
* [ARM Debugging Guide](arm_debugging.md)
+ * [I2C Driver](i2c_driver.md)
* For a Deeper Understanding
* [How Keyboards Work](how_keyboards_work.md)