forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/psoc6: Added exp files for ADC related tests.
Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com>
- Loading branch information
1 parent
9ac12c2
commit ab88a8c
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<ADC Pin=80, Channel=0, sampling_time_ns=1000> | ||
<ADC Pin=80, Channel=0, sampling_time_ns=1200> | ||
False | ||
True | ||
Invalid ADC Pin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
TypeError: Specified ADC id not supported. Currently only block 0 is configured! | ||
TypeError: Invalid bits. Current ADC configuration supports only 12 bits resolution! | ||
TypeError: Wrong pin specified for the mentioned channel | ||
False |