Closed icebergelectronics closed 1 year ago
This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Please ping one of the maintainers once you add more information and updates here. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!
Detailed description
Hardware Abstraction Layer (HAL) is an API ( Application Programming interface ) to any microcontroller . This is the HAL layer for 8051 microcontroller
Context
This would help us too abstract the internal structure and architecture of 8051 microcontroller during the de4velopment process of any applications on 8051 . Also It makes it easy to implement C algorithms on the 8051 hardware
Possible implementation
This can be used in various projects based bon 8051 microcontroller like lift switch , fire detection , etc. . It can also be used in other applications like motor speed control , intelligent water pumping systems , etc. .
Additional information
It is a set of header files . They must included in the main project. It can bee used in vs code and codeblocks ide