Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.68 KB

README.md

File metadata and controls

35 lines (18 loc) · 1.68 KB

8051Codes

Display unit, Keyboard, Stepper Motorm DC Motor and other interfaces for 8051 microcontroller in C and assembly language

These were written for a labs of a course and be warned about plagarism

License

© 2013, Praveen Kumar Pendyala. Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported license, http://creativecommons.org/licenses/by-nc-sa/3.0/

You may use this code, modify it to your own needs - Add/remove functionalities, squash few bugs, with a condition that a proper credit given to the original developer - Yeah that's me, Praveen Pendyala.

Though not compulsively required, it is expected that you inform the above mentioned original developer about the work you derived/deriving from this.

Also, it is expected as matter of ethics that your work, if heavily dervied from this, is also made available publicly.

And in any case, Where ever the original file(s) - one(s) contained in this thread is(are) modified it is mandatory to add the below lines.

/************************************************************************************************

© 2013, Praveen Kumar Pendyala. Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported license, http://creativecommons.org/licenses/by-nc-sa/3.0/ Thank you.

This work is derived from 8051Codes, a work by Praveen Kumar Pendyala.

Source code: https://github.com/praveendath92/8051Codes

All further dervied versions of this code MUST also contain these lines.

You may be allowed to modify this notice and/or licenseing with original author's consent.

***************************************************************************************************/