revised M4 support, P8_process , TIM2_ETR for water flow sensors
This commit is contained in:
parent
b6f989daf4
commit
d04e428eca
|
@ -320,12 +320,13 @@ void STS_YunhornSTSEventP7_Process(void)
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* STS P8 Process, Detection xxx Sensors
|
* STS P8 Process, Detection ETR Sensors, Water flow sensors, pulse counting
|
||||||
* xxx sensors
|
* PA5 sensors , TIM2_ETR, STS-M4
|
||||||
*/
|
*/
|
||||||
void STS_YunhornSTSEventP8_Process(void)
|
void STS_YunhornSTSEventP8_Process(void)
|
||||||
{
|
{
|
||||||
APP_LOG(TS_OFF, VLEVEL_L, "\r\n P8 Testing Process\r\n");
|
APP_LOG(TS_OFF, VLEVEL_L, "\r\n P8 Testing Process\r\n");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue