Test program running on MAX32625MBED. Control through USB Serial commands using a terminal emulator such as teraterm or putty.
Dependencies: MaximTinyTester CmdLine MAX541 USBDevice
Diff: MAX11043/MAX11043.h
- Revision:
- 58:2fea32db466b
- Parent:
- 57:1c9da8e90737
- Child:
- 59:47538bcf6cda
--- a/MAX11043/MAX11043.h Thu Feb 13 22:52:57 2020 +0000 +++ b/MAX11043/MAX11043.h Fri Feb 14 03:22:31 2020 +0000 @@ -638,25 +638,25 @@ // CODE GENERATOR: extern function declaration SHDNoutputValue //---------------------------------------- -// Assert MAX11043 SHDN pin : High = _____, Low = _____. +// Assert MAX11043 SHDN pin : High = Shut Down, Low = Normal Operation. // void SHDNoutputValue(int isLogicHigh); // CODE GENERATOR: extern function declaration CONVRUNoutputValue //---------------------------------------- -// Assert MAX11043 CONVRUN pin : High = _____, Low = _____. +// Assert MAX11043 CONVRUN pin : High = start continuous conversions on all 4 channels, Low = Idle. // void CONVRUNoutputValue(int isLogicHigh); // CODE GENERATOR: extern function declaration DACSTEPoutputValue //---------------------------------------- -// Assert MAX11043 DACSTEP pin : High = _____, Low = _____. +// Assert MAX11043 DACSTEP pin : High = Active, Low = Idle. // void DACSTEPoutputValue(int isLogicHigh); // CODE GENERATOR: extern function declaration UP_slash_DWNboutputValue //---------------------------------------- -// Assert MAX11043 UP_slash_DWNb pin : High = _____, Low = _____. +// Assert MAX11043 UP_slash_DWNb pin : High = Up, Low = Down. // void UP_slash_DWNboutputValue(int isLogicHigh);