From 541a437c0652c935ecc695631bdf55052d673825 Mon Sep 17 00:00:00 2001 From: Renat0Ribeir0 Date: Mon, 6 Nov 2023 10:37:29 +0100 Subject: [PATCH] fix article id --- content/Hardware Support/Generic/I2C-and-pull-up-resistors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/Hardware Support/Generic/I2C-and-pull-up-resistors.md b/content/Hardware Support/Generic/I2C-and-pull-up-resistors.md index 89e4a248..fba267f7 100644 --- a/content/Hardware Support/Generic/I2C-and-pull-up-resistors.md +++ b/content/Hardware Support/Generic/I2C-and-pull-up-resistors.md @@ -1,6 +1,6 @@ --- title: "I2C and pull-up resistors" -id: 4402394268562 +id: --- For effective data transmission with the Inter-Integrated Circuit (I2C) protocol using Arduino, it's often necessary to use external pull-up resistors on the designated I2C pins. Most Arduino boards don't have pre-installed pull-up resistors on these pins, but instead they offer exposed pads for surface mount resistors. This gives more flexibity on how these pins can be used. More specifically: