Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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|-|-|