[PR #1117] Added 8051_HAL #1683

Open
opened 2026-01-29 15:23:30 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/TheAlgorithms/C/pull/1117

State: closed
Merged: No


8051_HAL is a set of C header files used to abstract the user from knowing the 8051 hardware architecture . By importing these headers into your project hardware implementation of C on 8051 can be done with great ease and various c algorithms can be implemented on it

**Original Pull Request:** https://github.com/TheAlgorithms/C/pull/1117 **State:** closed **Merged:** No --- 8051_HAL is a set of C header files used to abstract the user from knowing the 8051 hardware architecture . By importing these headers into your project hardware implementation of C on 8051 can be done with great ease and various c algorithms can be implemented on it
claunia added the pull-request label 2026-01-29 15:23:30 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1683