浏览代码

Update 'keypad_to_microcontroller.md'

Pat Beirne 4 月之前
父节点
当前提交
04579d51a4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      keypad_to_microcontroller.md

+ 1 - 1
keypad_to_microcontroller.md

@@ -229,7 +229,7 @@ A 4x4 matrix can be decoded with only 5 GPIO pins and 4 diodes.
 ![3x4 keyboard connected to 4 gpio pins](3x4_4pin.png)
 ![3x4 keyboard connected to 4 gpio pins](3x4_4pin.png)
 
 
 Because there are several keypresses that involve 2 diodes in a row, 
 Because there are several keypresses that involve 2 diodes in a row, 
-I strongly recommend using Schottky key diodes, although I have built several test
+I [strongly recommend](#two-diodes) using Schottky key diodes, although I have built several test
 rigs with regular 1N4148's and had no problem interfacing to ESP8266.
 rigs with regular 1N4148's and had no problem interfacing to ESP8266.
 Schottky diodes are not much more expensive than regular diodes.
 Schottky diodes are not much more expensive than regular diodes.