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.
- {spirack-0.2.14 → spirack-0.2.16}/PKG-INFO +1 -1
- {spirack-0.2.14 → spirack-0.2.16}/spirack/chip_mode.py +14 -8
- spirack-0.2.16/spirack/version.py +1 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack.egg-info/PKG-INFO +1 -1
- spirack-0.2.14/spirack/version.py +0 -1
- {spirack-0.2.14 → spirack-0.2.16}/LICENSE +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/README.md +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/setup.cfg +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/setup.py +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack/B1b_module.py +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack/B2b_module.py +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack/D4_module.py +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack/D4a_module.py +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack/D4b_module.py +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack/D5a_module.py +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack/D5b_module.py +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack/F1d_module.py +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack/M2j_module.py +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack/M2p_module.py +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack/P2d_module.py +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack/S4g_module.py +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack/S5i_module.py +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack/S5k_module.py +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack/S5l_module.py +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack/U1c_module.py +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack/U2_module.py +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack/__init__.py +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack/spi_rack.py +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack.egg-info/SOURCES.txt +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack.egg-info/dependency_links.txt +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack.egg-info/requires.txt +0 -0
- {spirack-0.2.14 → spirack-0.2.16}/spirack.egg-info/top_level.txt +0 -0
|
@@ -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
|
|
20
|
-
LMK01010_MODE = 0
|
|
20
|
+
ADF4351_MODE = 0 # Frequency synthesizer
|
|
21
|
+
LMK01010_MODE = 0 # Clock distribution/division/delay
|
|
21
22
|
BICPINS_MODE = 0
|
|
22
|
-
ADT7301_MODE = 0
|
|
23
|
-
CRYOMUX_MODE = 0
|
|
24
|
-
SAMD51_MODE = 0
|
|
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
|
-
|
|
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
|
|
35
|
-
AD7175_SPEED = 21 # 4MHz
|
|
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 +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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|