This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * File: main.c | |
| * Author: MICROSIDE | |
| * | |
| * Created on 30 october 2019, 12:38 PM | |
| */ | |
| #include <xc.h> | |
| #include <stdio.h> | |
| #include <stdbool.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "X-NODE.h" | |
| /* | |
| * WARNING | |
| * redefinicion de funciones para poder usar las que se genere en MCC | |
| * de no ser necesario solo comentar los #define | |
| */ | |
| //#define EUSART1_is_rx_ready() UART1_is_rx_ready() | |
| //#define EUSART1_Read() UART1_Read() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| Generated Main Source File | |
| Company: | |
| Microchip Technology Inc. | |
| File Name: | |
| main.c | |
| Summary: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| Generated Main Source File | |
| Company: | |
| Microchip Technology Inc. | |
| File Name: | |
| main.c | |
| Summary: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| Generated Main Source File | |
| Company: | |
| Microchip Technology Inc. | |
| File Name: | |
| main.c | |
| Summary: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| Generated Main Source File | |
| Company: | |
| Microchip Technology Inc. | |
| File Name: | |
| main.c | |
| Summary: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| Generated Main Source File | |
| Company: | |
| Microchip Technology Inc. | |
| File Name: | |
| main.c | |
| Summary: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| Generated Main Source File | |
| Company: | |
| Microchip Technology Inc. | |
| File Name: | |
| main.c | |
| Summary: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * File: main.c | |
| * Author: Microside Technology | |
| * | |
| * Created on 27 de noviembre de 2020, 12:09 AM | |
| */ | |
| // CONFIG1L | |
| #pragma config PLLDIV = 1 // PLL Prescaler Selection bits (No prescale (4 MHz oscillator input drives PLL directly)) | |
| #pragma config CPUDIV = OSC1_PLL2 // System Clock Postscaler Selection bits ([Primary Oscillator Src: /1][96 MHz PLL Src: /2]) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| Generated Main Source File | |
| Company: | |
| Microchip Technology Inc. | |
| File Name: | |
| main.c | |
| Summary: |
NewerOlder