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

https://github.com/alirezajoodi/pic_exercises

PIC Exercises
https://github.com/alirezajoodi/pic_exercises

adc button lm35 pic sensor

Last synced: 6 months ago
JSON representation

PIC Exercises

Awesome Lists containing this project

README

          

## PIC Programming Exercises
A repository for my personal exercises.

### Gallery of the Repository
![](Display_LCD/Simulate/Album.png)
![](ADC/Simulate/Album.png)
![](Sensor_Thermometer_LM35/Simulate/Album.png)
![](UART_Config/Simulate/Album.png)

### Table of Contents
|Title|mikroC for PIC|PIC Basic PRO|
|:----|:------------:|:-----------:|
|[ADC](ADC)|Y|-|
|[Button](Button)|Y|-|
|[Display_LCD](Display_LCD)|Y|-|
|[Sensor_Thermometer_LM35](Sensor_Thermometer_LM35)|Y|-|
|[SineWaveGeneration](SineWaveGeneration)|Y|-|
|[UART_Config](UART_Config)|Y|-|