mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-12 06:27:01 +03:00
add @Plawasan test cases. Works now with setable analogdigitTransistionstart
This commit is contained in:
@@ -99,4 +99,12 @@ void setExtendedResolution(UnderTestPost* _UnderTestPost, bool _extendedResoluti
|
||||
*/
|
||||
void setDecimalShift(UnderTestPost* _UnderTestPost, int decimal_shift);
|
||||
|
||||
/**
|
||||
* @brief Set the Analogdigit Transistion Start
|
||||
*
|
||||
* @param _underTestPost the testobject
|
||||
* @param _analogdigitTransistionStart the analog to digit transition start
|
||||
*/
|
||||
void setAnalogdigitTransistionStart(UnderTestPost* _underTestPost, float _analogdigitTransistionStart);
|
||||
|
||||
#endif // TEST_FLOW_H
|
||||
|
||||
Reference in New Issue
Block a user