//-------------------------------------------------------// // Project Code : V2H6K01-23-ENEMAN // File Name : RoutineT500us.cpp // Created on : 2023. 8. 8. // Description : // Author : KimJeongWoo // Last modified Date : //-------------------------------------------------------// #include "Cpu1DeviceDefine.h" uint32_t Testpcs9 = 0; void RoutineT500us() { DigitalInput(); DigitalOutput(); ModbusALLResponse(); // ContectTypeFault(); // Testpcs9 = GPIO_readPortData(GPIO_PORT_A); // Din.DataRaw.all = GPIO_readPortData(GPIO_PORT_A); }