spirack 0.2.14__tar.gz → 0.2.16__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. {spirack-0.2.14 → spirack-0.2.16}/PKG-INFO +1 -1
  2. {spirack-0.2.14 → spirack-0.2.16}/spirack/chip_mode.py +14 -8
  3. spirack-0.2.16/spirack/version.py +1 -0
  4. {spirack-0.2.14 → spirack-0.2.16}/spirack.egg-info/PKG-INFO +1 -1
  5. spirack-0.2.14/spirack/version.py +0 -1
  6. {spirack-0.2.14 → spirack-0.2.16}/LICENSE +0 -0
  7. {spirack-0.2.14 → spirack-0.2.16}/README.md +0 -0
  8. {spirack-0.2.14 → spirack-0.2.16}/setup.cfg +0 -0
  9. {spirack-0.2.14 → spirack-0.2.16}/setup.py +0 -0
  10. {spirack-0.2.14 → spirack-0.2.16}/spirack/B1b_module.py +0 -0
  11. {spirack-0.2.14 → spirack-0.2.16}/spirack/B2b_module.py +0 -0
  12. {spirack-0.2.14 → spirack-0.2.16}/spirack/D4_module.py +0 -0
  13. {spirack-0.2.14 → spirack-0.2.16}/spirack/D4a_module.py +0 -0
  14. {spirack-0.2.14 → spirack-0.2.16}/spirack/D4b_module.py +0 -0
  15. {spirack-0.2.14 → spirack-0.2.16}/spirack/D5a_module.py +0 -0
  16. {spirack-0.2.14 → spirack-0.2.16}/spirack/D5b_module.py +0 -0
  17. {spirack-0.2.14 → spirack-0.2.16}/spirack/F1d_module.py +0 -0
  18. {spirack-0.2.14 → spirack-0.2.16}/spirack/M2j_module.py +0 -0
  19. {spirack-0.2.14 → spirack-0.2.16}/spirack/M2p_module.py +0 -0
  20. {spirack-0.2.14 → spirack-0.2.16}/spirack/P2d_module.py +0 -0
  21. {spirack-0.2.14 → spirack-0.2.16}/spirack/S4g_module.py +0 -0
  22. {spirack-0.2.14 → spirack-0.2.16}/spirack/S5i_module.py +0 -0
  23. {spirack-0.2.14 → spirack-0.2.16}/spirack/S5k_module.py +0 -0
  24. {spirack-0.2.14 → spirack-0.2.16}/spirack/S5l_module.py +0 -0
  25. {spirack-0.2.14 → spirack-0.2.16}/spirack/U1c_module.py +0 -0
  26. {spirack-0.2.14 → spirack-0.2.16}/spirack/U2_module.py +0 -0
  27. {spirack-0.2.14 → spirack-0.2.16}/spirack/__init__.py +0 -0
  28. {spirack-0.2.14 → spirack-0.2.16}/spirack/spi_rack.py +0 -0
  29. {spirack-0.2.14 → spirack-0.2.16}/spirack.egg-info/SOURCES.txt +0 -0
  30. {spirack-0.2.14 → spirack-0.2.16}/spirack.egg-info/dependency_links.txt +0 -0
  31. {spirack-0.2.14 → spirack-0.2.16}/spirack.egg-info/requires.txt +0 -0
  32. {spirack-0.2.14 → spirack-0.2.16}/spirack.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: spirack
3
- Version: 0.2.14
3
+ Version: 0.2.16
4
4
  Summary: Drivers for the QuTech SPI-rack
5
5
  Home-page: https://github.com/mtiggelman/SPI-rack
6
6
  Author: Marijn Tiggelman
@@ -12,28 +12,34 @@ AD7175_MODE = 3
12
12
  MCP320x_MODE = 0
13
13
  # DAC
14
14
  LTC2758_MODE = 0
15
+ LTC2666_MODE = 0
15
16
  MAX521x_MODE = 1
16
17
  MAX5702_MODE = 1
17
18
  AD9106_MODE = 0
18
19
  # Other
19
- ADF4351_MODE = 0 # Frequency synthesizer
20
- LMK01010_MODE = 0 # Clock distribution/division/delay
20
+ ADF4351_MODE = 0 # Frequency synthesizer
21
+ LMK01010_MODE = 0 # Clock distribution/division/delay
21
22
  BICPINS_MODE = 0
22
- ADT7301_MODE = 0 # C1b temperature sensor
23
- CRYOMUX_MODE = 0 # cryomux shift register
24
- SAMD51_MODE = 0 # SAMD51G19A microcontroller
23
+ ADT7301_MODE = 0 # C1b temperature sensor
24
+ CRYOMUX_MODE = 0 # cryomux shift register
25
+ SAMD51_MODE = 0 # SAMD51G19A microcontroller
26
+ HCT595_MODE = 0 # Shift-register
25
27
 
26
28
  # SPI clock = MCK/SCBR = 84MHz/SCBR (range 14..255)
27
29
  LTC2758_SPEED = 6 # 14MHz (40MHz later)
28
30
  LTC2758_RD_SPEED = 8 # 10.5MHz
29
- AD9106_SPEED = 6 # 14MHz (Can go higher)
31
+ LTC2666_SPEED = 6 # 4MHz
32
+ LTC2666_RD_SPEED = 10 #
33
+ AD9106_SPEED = 6 # 14MHz
34
+ AD9106_RD_SPEED = 21 # 4MHz
30
35
  SAMD51_SPEED = 10 # 8.4 MHz
31
36
  MAX5702_SPEED = 6 # 14MHz
32
37
  MAX521x_SPEED = 6 # 14MHz
33
38
  LMK01010_SPEED = 6 # 14MHz
34
- ADF4351_SPEED = 21 # 4MHz (slow for test)
35
- AD7175_SPEED = 21 # 4MHz (slow for test)
39
+ ADF4351_SPEED = 21 # 4MHz
40
+ AD7175_SPEED = 21 # 4MHz
36
41
  MCP320x_SPEED = 84 # 1MHz
37
42
  BICPINS_SPEED = 84 # 1MHz
38
43
  ADT7301_SPEED = 84 # 1MHz
39
44
  CRYOMUX_SPEED = 0 # 5kHz
45
+ HCT595_SPEED = 84 # 1MHz
@@ -0,0 +1 @@
1
+ __version__ = '0.2.16'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: spirack
3
- Version: 0.2.14
3
+ Version: 0.2.16
4
4
  Summary: Drivers for the QuTech SPI-rack
5
5
  Home-page: https://github.com/mtiggelman/SPI-rack
6
6
  Author: Marijn Tiggelman
@@ -1 +0,0 @@
1
- __version__ = '0.2.14'
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes