Please refer the header of the library
This project has:
- Wiring Diagram, viewable with Fritzing.
- Library itself
This library was designed with the following points in mind
- Compatiblity with both PICC and MikroC (I recommend using PICC*)
- Small ROM size
- Easy of use and understand
- Full documentation
- Read function, a troublesome function , is totally embedded.
- The whole file can be easily included into any project
* Until MikroC (v:5.61), the compiler didn't compile the EN()
, set_tris_d()
& EN_Off()
correctly. Those calls are located in the READ function.
Even though, one can delve into the assembly file and fix it manually. I'm against doing that.
To know more about the system info, consider reading this post and this post
This is a Waqf project.
Licensed under CC0-1.0 as the most permissive license I know so far.