Files
microchip-application-pec93…/Examples/template/dds/inc/main.h
T
Roy_01 7aeffa6b70 [example] dds
feat: 1. updated uvw duty cycle every 41.6us (24KHz)
 2. EPWM->CCMRn_OUTPUT_b.OCnPE=1
2026-03-20 15:30:52 +08:00

52 lines
1.7 KiB
C

/**
* Copyright (c) 2026 Wisetop. All Rights Reserved.
*/
/** @file main.h
*
* @author Roy Luo
* @version 0.1
* @date 2026/03/20
* @license
* @description
*/
#ifndef __main_H_wxBnwdPw_lq7D_H4I5_sHPp_uXof15pFLp4V__
#define __main_H_wxBnwdPw_lq7D_H4I5_sHPp_uXof15pFLp4V__
#ifdef __cplusplus
extern "C"
{
#endif
#include "hal_device.h"
#include "syslog.h"
//=============================================================================
// Constant Definition
//=============================================================================
//=============================================================================
// Macro Definition
//=============================================================================
//=============================================================================
// Structure Definition
//=============================================================================
//=============================================================================
// Global Data Definition
//=============================================================================
//=============================================================================
// Private Function Definition
//=============================================================================
//=============================================================================
// Public Function Definition
//=============================================================================
#ifdef __cplusplus
}
#endif
#endif