Skip to content

Commit a62f656

Browse files
committed
update readme
1 parent fae05ed commit a62f656

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Check: [Getting Started with the WaveForms SDK](https://digilent.com/reference/t
1313
* UART in/out test using the Pmod CLS and the Pmod MAXSonar
1414
* SPI in/out test using the Pmod CLS and the Pmod ALS
1515
* I2C in/out test using the Pmod CLS and the Pmod TMP2
16+
* board temperature test
17+
* device information logging
1618

1719
***
1820

@@ -21,6 +23,7 @@ Check: [Getting Started with the WaveForms SDK](https://digilent.com/reference/t
2123
* open
2224
* check_error
2325
* close
26+
* temperature
2427

2528
### Oscilloscope
2629
* open
@@ -32,13 +35,10 @@ Check: [Getting Started with the WaveForms SDK](https://digilent.com/reference/t
3235
### Waveform Generator
3336
* generate
3437
* close
38+
* enable
39+
* disable
3540

3641
### 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)
4242
* switch_
4343
* close
4444

@@ -56,6 +56,8 @@ Check: [Getting Started with the WaveForms SDK](https://digilent.com/reference/t
5656
### Pattern Generator
5757
* generate
5858
* close
59+
* enable
60+
* disable
5961

6062
### Static I/O
6163
* set_mode
@@ -76,14 +78,12 @@ Check: [Getting Started with the WaveForms SDK](https://digilent.com/reference/t
7678
* open
7779
* read
7880
* write
79-
* echange
80-
* spy
81+
* exchange
8182
* close
8283

8384
#### I2C
8485
* open
8586
* read
8687
* write
87-
* echange
88-
* spy
88+
* exchange
8989
* close

0 commit comments

Comments
 (0)