-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: IvanPrzOl/LabJackPython
base: master
head repository: labjack/LabJackPython
compare: master
- 12 commits
- 10 files changed
- 3 contributors
Commits on Jan 29, 2024
-
Update u6.py, fix mistake in docstrings (labjack#129)
* Update u6.py, fix mistake in docstrings Change the numbers in the docstrings of setDOState() getDIState() and getDIOState(). The docstrings state that arguments ioNum = 20, 21, 22 access the so called MIO digital I/O. The class BitStateRead will take the argument mod 20, s.t. the user intending to read MIO1 reads FIO1 etc. The hardware documentation states that MIO 0-2 are shared with CIO 0-2. * Update u6.py, Remove the lines defining the MIO numbers Remove the lines defining the MIO numbers. This is more consistent with the low level function documentation: https://labjack.com/pages/support?doc=/software-driver/low-level-ud-users-guide/bitstatewrite-iotype11/
Configuration menu - View commit details
-
Copy full SHA for d4bfa06 - Browse repository at this point
Copy the full SHA d4bfa06View commit details
Commits on Feb 29, 2024
-
ctypes.c_byte to ctypes.c_ubyte fix
ctypes.c_byte is specified to be equivalent to a signed char (-128 to 127) but we were passing unsigned char values (0-255) so we should be using ctypes.c_ubyte.
Configuration menu - View commit details
-
Copy full SHA for 0ed099d - Browse repository at this point
Copy the full SHA 0ed099dView commit details
Commits on Jan 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a25daa7 - Browse repository at this point
Copy the full SHA a25daa7View commit details
Commits on Feb 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 17347d1 - Browse repository at this point
Copy the full SHA 17347d1View commit details
Commits on Feb 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 12a0ea0 - Browse repository at this point
Copy the full SHA 12a0ea0View commit details
Commits on Feb 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for baf74f1 - Browse repository at this point
Copy the full SHA baf74f1View commit details
Commits on Feb 18, 2025
-
Changed SafeConfigParser to ConfigParser in Python 3.
SafeConfigParser was removed in Python 3.12+, so changing to the replacement ConfigParser.
Configuration menu - View commit details
-
Copy full SHA for 76f3c30 - Browse repository at this point
Copy the full SHA 76f3c30View commit details
Commits on Apr 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1f99d2e - Browse repository at this point
Copy the full SHA 1f99d2eView commit details
Commits on Mar 25, 2026
-
Initial U12 Windows low level function support.
Needs testing and documentation updates.
Configuration menu - View commit details
-
Copy full SHA for 47149df - Browse repository at this point
Copy the full SHA 47149dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 504d6e0 - Browse repository at this point
Copy the full SHA 504d6e0View commit details
Commits on Jul 15, 2026
-
Made some U12 class variables available in Windows
* Needed for rawSHT1X
Configuration menu - View commit details
-
Copy full SHA for 91c5c20 - Browse repository at this point
Copy the full SHA 91c5c20View commit details
Commits on Jul 21, 2026
-
Configuration menu - View commit details
-
Copy full SHA for cbe70f2 - Browse repository at this point
Copy the full SHA cbe70f2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master