From 673ecd0250d7370c7e9d892510a4d39fcbf12b5e Mon Sep 17 00:00:00 2001 From: jminjares4 Date: Thu, 30 Jun 2022 13:12:01 -0600 Subject: [PATCH] Updated linkedin url --- .../3-Axis Accelerometer/README.md | 2 +- Analog to Digital Converter (ADC)/Multiple Channels/README.md | 2 +- Analog to Digital Converter (ADC)/README.md | 2 +- Analog to Digital Converter (ADC)/Single Channel/README.md | 2 +- General Purpose Input and Output (GPIO)/Blinky/README.md | 2 +- General Purpose Input and Output (GPIO)/Buttons/README.md | 2 +- General Purpose Input and Output (GPIO)/Light Show/README.md | 2 +- General Purpose Input and Output (GPIO)/Onboard LEDs/README.md | 2 +- .../Pull-down Buttons/README.md | 2 +- .../Pull-up Buttons/README.md | 2 +- General Purpose Input and Output (GPIO)/README.md | 2 +- Hello World/README.md | 2 +- LCD-Booster-Pack/README.md | 2 +- Liquid Crystal Display (LCD)/Hello World to LCD!/README.md | 2 +- Liquid Crystal Display (LCD)/LCD with Interrupts/README.md | 2 +- Liquid Crystal Display (LCD)/README.md | 2 +- Port Interrupts/Button Interrupts/README.md | 2 +- Port Interrupts/Pull-down Interrupt/README.md | 2 +- Port Interrupts/Pull-up Interrupt/README.md | 2 +- Port Interrupts/README.md | 2 +- Pulse Width Modulation (PWM)/Dimmer/README.md | 2 +- Pulse Width Modulation (PWM)/Multiple Dimmer/README.md | 2 +- Pulse Width Modulation (PWM)/README.md | 2 +- Pulse Width Modulation (PWM)/SG90 Servo Motor/README.md | 2 +- Pulse Width Modulation (PWM)/Sine Wave/README.md | 2 +- README.md | 2 +- SysTick Timer/README.md | 2 +- SysTick Timer/Simple Timer/README.md | 2 +- SysTick Timer/Stop Watch/README.md | 2 +- SysTick Timer/Systick with Interrupt/README.md | 2 +- TimerA/Multiple TimerA/README.md | 2 +- TimerA/README.md | 2 +- TimerA/Simple TimerA/README.md | 2 +- TimerA/TimerA with Interrupt/README.md | 2 +- .../README.md | 2 +- .../UART Echo/README.md | 2 +- .../UART External Serial Port/README.md | 2 +- .../UART with Interrupt/README.md | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/Analog to Digital Converter (ADC)/3-Axis Accelerometer/README.md b/Analog to Digital Converter (ADC)/3-Axis Accelerometer/README.md index e1c42bf..f831e88 100644 --- a/Analog to Digital Converter (ADC)/3-Axis Accelerometer/README.md +++ b/Analog to Digital Converter (ADC)/3-Axis Accelerometer/README.md @@ -93,7 +93,7 @@ ADC14->IER0 |= ADC14_IER0_IE0; // interrupt for mem 0 * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/Analog to Digital Converter (ADC)/Multiple Channels/README.md b/Analog to Digital Converter (ADC)/Multiple Channels/README.md index 6758df5..5bc509c 100644 --- a/Analog to Digital Converter (ADC)/Multiple Channels/README.md +++ b/Analog to Digital Converter (ADC)/Multiple Channels/README.md @@ -92,7 +92,7 @@ ADC14->IER0 |= ADC14_IER0_IE0; // interrupt for mem 0 * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/Analog to Digital Converter (ADC)/README.md b/Analog to Digital Converter (ADC)/README.md index cce0556..7ce4f89 100644 --- a/Analog to Digital Converter (ADC)/README.md +++ b/Analog to Digital Converter (ADC)/README.md @@ -9,7 +9,7 @@ * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/Analog to Digital Converter (ADC)/Single Channel/README.md b/Analog to Digital Converter (ADC)/Single Channel/README.md index 4bd34ac..386f048 100644 --- a/Analog to Digital Converter (ADC)/Single Channel/README.md +++ b/Analog to Digital Converter (ADC)/Single Channel/README.md @@ -92,7 +92,7 @@ ADC14->IER0 |= ADC14_IER0_IE0; // interrupt for mem 0 * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/General Purpose Input and Output (GPIO)/Blinky/README.md b/General Purpose Input and Output (GPIO)/Blinky/README.md index d762705..e5c3b49 100644 --- a/General Purpose Input and Output (GPIO)/Blinky/README.md +++ b/General Purpose Input and Output (GPIO)/Blinky/README.md @@ -11,7 +11,7 @@ This code toggles the `on-board LEDs` to blink at a rate of 500000 cycles. * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/General Purpose Input and Output (GPIO)/Buttons/README.md b/General Purpose Input and Output (GPIO)/Buttons/README.md index e96b1fa..a0de66a 100644 --- a/General Purpose Input and Output (GPIO)/Buttons/README.md +++ b/General Purpose Input and Output (GPIO)/Buttons/README.md @@ -24,7 +24,7 @@ This program will demostrate how to use GPIO inputs to turn on and off the exter * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/General Purpose Input and Output (GPIO)/Light Show/README.md b/General Purpose Input and Output (GPIO)/Light Show/README.md index ef204bd..4685049 100644 --- a/General Purpose Input and Output (GPIO)/Light Show/README.md +++ b/General Purpose Input and Output (GPIO)/Light Show/README.md @@ -39,7 +39,7 @@ uint8_t y = 0x10 >> 1; //shift 0x10 by 1 -> 0x40 * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/General Purpose Input and Output (GPIO)/Onboard LEDs/README.md b/General Purpose Input and Output (GPIO)/Onboard LEDs/README.md index dbf75ae..d9054f2 100644 --- a/General Purpose Input and Output (GPIO)/Onboard LEDs/README.md +++ b/General Purpose Input and Output (GPIO)/Onboard LEDs/README.md @@ -12,7 +12,7 @@ will be store in MACROs and then create an global array to iterate over to displ * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/General Purpose Input and Output (GPIO)/Pull-down Buttons/README.md b/General Purpose Input and Output (GPIO)/Pull-down Buttons/README.md index a82cfb9..0a93355 100644 --- a/General Purpose Input and Output (GPIO)/Pull-down Buttons/README.md +++ b/General Purpose Input and Output (GPIO)/Pull-down Buttons/README.md @@ -36,7 +36,7 @@ This program will demostrate how to use GPIO inputs to select different led sequ * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/General Purpose Input and Output (GPIO)/Pull-up Buttons/README.md b/General Purpose Input and Output (GPIO)/Pull-up Buttons/README.md index 40e915f..45a842c 100644 --- a/General Purpose Input and Output (GPIO)/Pull-up Buttons/README.md +++ b/General Purpose Input and Output (GPIO)/Pull-up Buttons/README.md @@ -36,7 +36,7 @@ This program will demostrate how to use GPIO inputs to select different led sequ * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/General Purpose Input and Output (GPIO)/README.md b/General Purpose Input and Output (GPIO)/README.md index ebcf9c6..9cea03c 100644 --- a/General Purpose Input and Output (GPIO)/README.md +++ b/General Purpose Input and Output (GPIO)/README.md @@ -12,7 +12,7 @@ * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/Hello World/README.md b/Hello World/README.md index 8994a4c..18c7343 100644 --- a/Hello World/README.md +++ b/Hello World/README.md @@ -85,7 +85,7 @@ __delay_cycles(cpu_clock_cycles); * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/LCD-Booster-Pack/README.md b/LCD-Booster-Pack/README.md index 6fe5f04..fe80b46 100644 --- a/LCD-Booster-Pack/README.md +++ b/LCD-Booster-Pack/README.md @@ -22,7 +22,7 @@ The board was developed in [*EasyEDA*](https://easyeda.com/). * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/Liquid Crystal Display (LCD)/Hello World to LCD!/README.md b/Liquid Crystal Display (LCD)/Hello World to LCD!/README.md index dd1cead..46ec75b 100644 --- a/Liquid Crystal Display (LCD)/Hello World to LCD!/README.md +++ b/Liquid Crystal Display (LCD)/Hello World to LCD!/README.md @@ -68,7 +68,7 @@ such as changing the P4X registers to P4->X as well as renaming the library. `lc * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/Liquid Crystal Display (LCD)/LCD with Interrupts/README.md b/Liquid Crystal Display (LCD)/LCD with Interrupts/README.md index 8a85cad..93eb2ca 100644 --- a/Liquid Crystal Display (LCD)/LCD with Interrupts/README.md +++ b/Liquid Crystal Display (LCD)/LCD with Interrupts/README.md @@ -90,7 +90,7 @@ Lastly, the following code will use the LCD to display RGB current color that is * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/Liquid Crystal Display (LCD)/README.md b/Liquid Crystal Display (LCD)/README.md index 529eb52..7c9ea20 100644 --- a/Liquid Crystal Display (LCD)/README.md +++ b/Liquid Crystal Display (LCD)/README.md @@ -7,7 +7,7 @@ * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/Port Interrupts/Button Interrupts/README.md b/Port Interrupts/Button Interrupts/README.md index 48eee6b..1a4c0aa 100644 --- a/Port Interrupts/Button Interrupts/README.md +++ b/Port Interrupts/Button Interrupts/README.md @@ -44,7 +44,7 @@ This program will demostrate how to use GPIO inputs to select different led colo * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/Port Interrupts/Pull-down Interrupt/README.md b/Port Interrupts/Pull-down Interrupt/README.md index fd05a1d..131fe5f 100644 --- a/Port Interrupts/Pull-down Interrupt/README.md +++ b/Port Interrupts/Pull-down Interrupt/README.md @@ -44,7 +44,7 @@ This program will demostrate how to use GPIO inputs to select different led colo * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/Port Interrupts/Pull-up Interrupt/README.md b/Port Interrupts/Pull-up Interrupt/README.md index 1c76619..8d0b345 100644 --- a/Port Interrupts/Pull-up Interrupt/README.md +++ b/Port Interrupts/Pull-up Interrupt/README.md @@ -44,7 +44,7 @@ This program will demostrate how to use interrupts and control a global variable * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/Port Interrupts/README.md b/Port Interrupts/README.md index bc59f2c..d0ee030 100644 --- a/Port Interrupts/README.md +++ b/Port Interrupts/README.md @@ -9,7 +9,7 @@ * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/Pulse Width Modulation (PWM)/Dimmer/README.md b/Pulse Width Modulation (PWM)/Dimmer/README.md index 0064ec3..412f985 100644 --- a/Pulse Width Modulation (PWM)/Dimmer/README.md +++ b/Pulse Width Modulation (PWM)/Dimmer/README.md @@ -47,7 +47,7 @@ TIMER_A0->CCTL[1] = TIMER_A_CCTLN_OUTMOD_7; //enable for PWM * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/Pulse Width Modulation (PWM)/Multiple Dimmer/README.md b/Pulse Width Modulation (PWM)/Multiple Dimmer/README.md index ed75f69..2d68c1a 100644 --- a/Pulse Width Modulation (PWM)/Multiple Dimmer/README.md +++ b/Pulse Width Modulation (PWM)/Multiple Dimmer/README.md @@ -47,7 +47,7 @@ TIMER_A0->CCTL[1] = TIMER_A_CCTLN_OUTMOD_7; //enable for PWM * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/Pulse Width Modulation (PWM)/README.md b/Pulse Width Modulation (PWM)/README.md index 62c1ecb..701b971 100644 --- a/Pulse Width Modulation (PWM)/README.md +++ b/Pulse Width Modulation (PWM)/README.md @@ -10,7 +10,7 @@ * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/Pulse Width Modulation (PWM)/SG90 Servo Motor/README.md b/Pulse Width Modulation (PWM)/SG90 Servo Motor/README.md index 9d095d9..119281a 100644 --- a/Pulse Width Modulation (PWM)/SG90 Servo Motor/README.md +++ b/Pulse Width Modulation (PWM)/SG90 Servo Motor/README.md @@ -68,7 +68,7 @@ TIMER_A0->CCTL[1] = TIMER_A_CCTLN_OUTMOD_7; //enable for PWM * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/Pulse Width Modulation (PWM)/Sine Wave/README.md b/Pulse Width Modulation (PWM)/Sine Wave/README.md index 5efe678..0b2301e 100644 --- a/Pulse Width Modulation (PWM)/Sine Wave/README.md +++ b/Pulse Width Modulation (PWM)/Sine Wave/README.md @@ -47,7 +47,7 @@ TIMER_A0->CCTL[1] = TIMER_A_CCTLN_OUTMOD_7; //enable for PWM * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/README.md b/README.md index 49868fb..aa5ad59 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ This repository will contain various examples of *TI MSP432 Microcontroller*. Th * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/SysTick Timer/README.md b/SysTick Timer/README.md index 466354c..7458c64 100644 --- a/SysTick Timer/README.md +++ b/SysTick Timer/README.md @@ -9,7 +9,7 @@ * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/SysTick Timer/Simple Timer/README.md b/SysTick Timer/Simple Timer/README.md index f614e7e..2219308 100644 --- a/SysTick Timer/Simple Timer/README.md +++ b/SysTick Timer/Simple Timer/README.md @@ -27,7 +27,7 @@ SysTick->LOAD = 3000000 - 1; // 1 sec period, N - 1, load is 24 bit register->m * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/SysTick Timer/Stop Watch/README.md b/SysTick Timer/Stop Watch/README.md index 44a559e..59e1d04 100644 --- a/SysTick Timer/Stop Watch/README.md +++ b/SysTick Timer/Stop Watch/README.md @@ -101,7 +101,7 @@ SysTick->LOAD = 3000000 - 1; // 1 sec period, N - 1, load is 24 bit register->m * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/SysTick Timer/Systick with Interrupt/README.md b/SysTick Timer/Systick with Interrupt/README.md index a73e7f8..f4105ed 100644 --- a/SysTick Timer/Systick with Interrupt/README.md +++ b/SysTick Timer/Systick with Interrupt/README.md @@ -48,7 +48,7 @@ SysTick->LOAD = 3000000 - 1; // 1 sec period, N - 1, load is 24 bit register->m * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/TimerA/Multiple TimerA/README.md b/TimerA/Multiple TimerA/README.md index b872d0f..c9c2a32 100644 --- a/TimerA/Multiple TimerA/README.md +++ b/TimerA/Multiple TimerA/README.md @@ -45,7 +45,7 @@ TIMER_A0->CCTL[0] = TIMER_A_CCTLN_CCIE; //enable interrupt * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/TimerA/README.md b/TimerA/README.md index b0eb1d3..06bdfa5 100644 --- a/TimerA/README.md +++ b/TimerA/README.md @@ -9,7 +9,7 @@ * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/TimerA/Simple TimerA/README.md b/TimerA/Simple TimerA/README.md index ed11334..e0d0736 100644 --- a/TimerA/Simple TimerA/README.md +++ b/TimerA/Simple TimerA/README.md @@ -46,7 +46,7 @@ TIMER_A0->CCTL[0] = TIMER_A_CCTLN_CCIE; //enable interrupt * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/TimerA/TimerA with Interrupt/README.md b/TimerA/TimerA with Interrupt/README.md index 1099749..811aadf 100644 --- a/TimerA/TimerA with Interrupt/README.md +++ b/TimerA/TimerA with Interrupt/README.md @@ -68,7 +68,7 @@ TIMER_A0->CCTL[0] = TIMER_A_CCTLN_CCIE; //enable interrupt * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/Universal Asynchronous Receiver and Transmitter (UART)/README.md b/Universal Asynchronous Receiver and Transmitter (UART)/README.md index 9e736c8..d99e549 100644 --- a/Universal Asynchronous Receiver and Transmitter (UART)/README.md +++ b/Universal Asynchronous Receiver and Transmitter (UART)/README.md @@ -9,7 +9,7 @@ * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/Universal Asynchronous Receiver and Transmitter (UART)/UART Echo/README.md b/Universal Asynchronous Receiver and Transmitter (UART)/UART Echo/README.md index 2201b70..e652a56 100644 --- a/Universal Asynchronous Receiver and Transmitter (UART)/UART Echo/README.md +++ b/Universal Asynchronous Receiver and Transmitter (UART)/UART Echo/README.md @@ -54,7 +54,7 @@ EUSCI_A0->MCTLW = 0; // Disable oversampling * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/Universal Asynchronous Receiver and Transmitter (UART)/UART External Serial Port/README.md b/Universal Asynchronous Receiver and Transmitter (UART)/UART External Serial Port/README.md index 66ae1d2..67687a0 100644 --- a/Universal Asynchronous Receiver and Transmitter (UART)/UART External Serial Port/README.md +++ b/Universal Asynchronous Receiver and Transmitter (UART)/UART External Serial Port/README.md @@ -54,7 +54,7 @@ EUSCI_A0->MCTLW = 0; // Disable oversampling * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu) diff --git a/Universal Asynchronous Receiver and Transmitter (UART)/UART with Interrupt/README.md b/Universal Asynchronous Receiver and Transmitter (UART)/UART with Interrupt/README.md index e73b324..ec3673d 100644 --- a/Universal Asynchronous Receiver and Transmitter (UART)/UART with Interrupt/README.md +++ b/Universal Asynchronous Receiver and Transmitter (UART)/UART with Interrupt/README.md @@ -55,7 +55,7 @@ EUSCI_A0->MCTLW = 0; // Disable oversampling * [**Jesus Minjares** :zap:](https://github.com/jminjares4)
* Master of Science in Computer Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares4@miners.utep.edu) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesus-minjares-157a21195/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&style=flat)](https://www.linkedin.com/in/jesusminjares/) [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&style=flat)](https://github.com/jminjares4) * [**Jorge Minjares** :zap:](https://github.com/JorgeMinjares)
* Bachelor of Science in Electrical Engineering
[![Outlook](https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white&style=flat)](mailto:jminjares5@miners.utep.edu)