Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alirezajoodi/8051_exercises
8051 Exercises
https://github.com/alirezajoodi/8051_exercises
7segment 8051 adc adc0804 bascom8051 embedded-systems lm35 mcu microcontroller sensor
Last synced: 14 days ago
JSON representation
8051 Exercises
- Host: GitHub
- URL: https://github.com/alirezajoodi/8051_exercises
- Owner: AliRezaJoodi
- License: mit
- Created: 2023-02-03T11:37:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T20:21:27.000Z (over 1 year ago)
- Last Synced: 2024-11-05T20:31:24.411Z (2 months ago)
- Topics: 7segment, 8051, adc, adc0804, bascom8051, embedded-systems, lm35, mcu, microcontroller, sensor
- Language: C
- Homepage:
- Size: 270 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 8051 Programming Exercises
A repository for my personal exercises### Gallery of the Repository
![](Display_LCD/Simulate/Album.png)
![](ADC_ExternalADC_ADC0804/Simulate/Album.png)
![](Sensor_Thermometer_LM35/Simulate/Album.png)
![](UART_SoftwareUART/Simulate/Album.png)![](Display_GLCD_KS0108/Simulate/Album.png)
### Table of Contents
|Title|Bascom8051|mikroC for 8051|Keil C51|
|:----|:--------:|:-------------:|:------:|
|[ADC_ExternalADC_ADC0804](ADC_ExternalADC_ADC0804)|Y|-|-|
|[Display_7Segment_1Digit](Display_7Segment_1Digit)|Y|-|-|
|[Display_7Segment_8Digit_Using7447](Display_7Segment_8Digit_Using7447)|Y|-|-|
|[Display_GLCD_KS0108](Display_GLCD_KS0108)|-|Y|-|
|[Display_LCD](Display_LCD)|Y|Y|-|
|[Sensor_Thermometer_LM35](Sensor_Thermometer_LM35)|Y|-|-|
|[UART_SoftwareUART](UART_SoftwareUART)|Y|-|-|