7

What do these arrows represent? Is there any way to memorize it easily?

enter image description here

Kevin Reid
  • 7,444
  • 1
  • 25
  • 44
Mark Henry
  • 73
  • 3

1 Answers1

16

They indicate data direction. Arrows pointing to the chip indicate that those pins are inputs and vice versa. Bidirectional arrows indicate they are either inputs/outputs, depending on the circumstances.

If you want to memorize it, I think you should memorize those pins meanings first.

Long Pham
  • 1,260
  • 1
  • 11
  • 21
  • yea i have memorized the pins , the problem is that some pins have 2 arrows and some dont . – Mark Henry Sep 22 '18 at 04:16
  • 1
    @MarkHenry The double arrows represent pins that are bidirectional - may be either input or output, depending on the circumstances. – DoxyLover Sep 22 '18 at 05:20