File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ Check: [Getting Started with the WaveForms SDK](https://digilent.com/reference/t
13
13
* UART in/out test using the Pmod CLS and the Pmod MAXSonar
14
14
* SPI in/out test using the Pmod CLS and the Pmod ALS
15
15
* I2C in/out test using the Pmod CLS and the Pmod TMP2
16
+ * board temperature test
17
+ * device information logging
16
18
17
19
***
18
20
@@ -21,6 +23,7 @@ Check: [Getting Started with the WaveForms SDK](https://digilent.com/reference/t
21
23
* open
22
24
* check_error
23
25
* close
26
+ * temperature
24
27
25
28
### Oscilloscope
26
29
* open
@@ -32,13 +35,10 @@ Check: [Getting Started with the WaveForms SDK](https://digilent.com/reference/t
32
35
### Waveform Generator
33
36
* generate
34
37
* close
38
+ * enable
39
+ * disable
35
40
36
41
### Power Supplies
37
- * switch_fixed (for Analog Discovery)
38
- * switch_variable (for Analog Discovery 2 and Studio)
39
- * switch_digital (for Digital Discovery and Analog Discovery Pro 3X50)
40
- * switch_6V (for Analog Discovery Pro 5250)
41
- * switch_25V (for Analog Discovery Pro 5250)
42
42
* switch_
43
43
* close
44
44
@@ -56,6 +56,8 @@ Check: [Getting Started with the WaveForms SDK](https://digilent.com/reference/t
56
56
### Pattern Generator
57
57
* generate
58
58
* close
59
+ * enable
60
+ * disable
59
61
60
62
### Static I/O
61
63
* set_mode
@@ -76,14 +78,12 @@ Check: [Getting Started with the WaveForms SDK](https://digilent.com/reference/t
76
78
* open
77
79
* read
78
80
* write
79
- * echange
80
- * spy
81
+ * exchange
81
82
* close
82
83
83
84
#### I2C
84
85
* open
85
86
* read
86
87
* write
87
- * echange
88
- * spy
88
+ * exchange
89
89
* close
You can’t perform that action at this time.
0 commit comments