| Solar panel
    | 
#include <xc.h>#include "device_config.h"#include "pin_manager.h"#include <stdint.h>#include <stdbool.h>#include <conio.h>#include "interrupt_manager.h"#include "epwm1.h"#include "tmr2.h"#include "adc.h"#include "tmr0.h"#include "eusart1.h"Go to the source code of this file.
| Functions | |
| void | SYSTEM_Initialize (void) | 
| void | OSCILLATOR_Initialize (void) | 
| void OSCILLATOR_Initialize | ( | void | ) | 
@Param none @Returns none @Description Initializes the oscillator to the default states configured in the MCC GUI @Example OSCILLATOR_Initialize(void);
| void SYSTEM_Initialize | ( | void | ) | 
@Generated PIC10 / PIC12 / PIC16 / PIC18 MCUs Header File
@Company: Microchip Technology Inc.
@File Name: mcc.h
@Summary: This is the mcc.h file generated using PIC10 / PIC12 / PIC16 / PIC18 MCUs
@Description: This header file provides implementations for driver APIs for all modules selected in the GUI. Generation Information : Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8 Device : PIC18F97J60 Driver Version : 2.00 The generated drivers are tested against the following: Compiler : XC8 2.36 and above or later MPLAB : MPLAB X 6.00 @Param none @Returns none @Description Initializes the device to the default states configured in the MCC GUI @Example SYSTEM_Initialize(void);
@Generated PIC10 / PIC12 / PIC16 / PIC18 MCUs Source File
@Company: Microchip Technology Inc.
@File Name: mcc.c
@Summary: This is the mcc.c file generated using PIC10 / PIC12 / PIC16 / PIC18 MCUs
@Description: This header file provides implementations for driver APIs for all modules selected in the GUI. Generation Information : Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8 Device : PIC18F97J60 Driver Version : 2.00 The generated drivers are tested against the following: Compiler : XC8 2.36 and above or later MPLAB : MPLAB X 6.00