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
- Host: GitHub
- URL: https://github.com/alirezajoodi/pic_exercises
- Owner: AliRezaJoodi
- License: mit
- Created: 2023-02-02T23:46:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T11:46:42.000Z (over 2 years ago)
- Last Synced: 2025-06-04T21:25:19.928Z (7 months ago)
- Topics: adc, button, lm35, pic, sensor
- Language: C
- Homepage:
- Size: 358 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## PIC Programming Exercises
A repository for my personal exercises.
### Gallery of the Repository




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