-3

i want to open "alcd.h" library (it's about working with character lcd in AVR microcontroller that it is a "C library").

how should i open this library? i open it with txt and Codevision, but it show me wrong codes. enter image description here

hadimargo
  • 5
  • 2

1 Answers1

1

On your screenshot alcd.lib is opened not alcd.h. .h files is usual text file.

Alexander Ushakov
  • 5,139
  • 3
  • 27
  • 50