aboutsummaryrefslogtreecommitdiff
path: root/nxt
AgeCommit message (Expand)Author
2024-01-03Ran isort, black and flake8 on digital sensorsNicolas Schodet
2024-01-03Ran isort, black and flake8Nicolas Schodet
2024-01-03Trim trailing whitespace and run isort on nxt/sensor filesNicolas Schodet
2022-12-06Hopefully fix documentation failing testsJared Dunbar
2022-12-06small changesJared Dunbar
2022-12-06Addressing commentsJared Dunbar
2022-12-06Fixes documentation issuesJared Dunbar
2022-12-06Adds 'experiments' from manual plus fixed driverJared Dunbar
2022-12-06Adds support for HiTechnic SuperPro breakoutJared Dunbar
2022-07-18HiTechnic Prototype class now testedNicolas Schodet
2022-06-23Ran isort, black and flake8Nicolas Schodet
2022-06-17Avoid spinningmarvin
2022-06-13Add possibility to stop motor.turn()marvin
2022-06-09Fix comment about MotorControlXX.rxeNicolas Schodet
2022-06-09Change color sensor to return an enumNicolas Schodet
2022-06-05Add Mindstorms sensors documentationNicolas Schodet
2022-05-31Simplify usage of super()Nicolas Schodet
2022-04-23Do not reset USB device on WindowsNicolas Schodet
2021-12-27Improve and document get_sensorNicolas Schodet
2021-12-22Do no use bytes.hex parameter, get back Python 3.7 supportNicolas Schodet
2021-12-16Changed rtype in docstring of find_brick for autocompletionMaximilian von Unwerth
2021-12-13Use enumerations for input constantsNicolas Schodet
2021-12-13Use enumerations for motor constantsNicolas Schodet
2021-12-13Move direct and system command to nxt.brick, add documentationNicolas Schodet
2021-12-13When a specific Bluetooth address is requested, skip device discoveryNicolas Schodet
2021-12-13Many documentation improvements, still work in progressNicolas Schodet
2021-12-13Remove useless get_output_state call in nxt.motorNicolas Schodet
2021-12-13Modernize nxt.motor code and improve documentation a little bitNicolas Schodet
2021-12-09Small documentation fixes in nxt.motcontNicolas Schodet
2021-12-09Remove MotorConError, use nxt.error.ProtocolErrorNicolas Schodet
2021-12-09Use intersphinx to link to Python documentationNicolas Schodet
2021-12-09Lower log level for some Bluetooth errorsNicolas Schodet
2021-12-09Ignore Bluetooth when not availableNicolas Schodet
2021-12-09Rename some errors, add documentationNicolas Schodet
2021-12-09Rename nxt.sensor.Color20 to nxt.sensor.ColorNicolas Schodet
2021-12-09Add a close method and a context manager to BrickNicolas Schodet
2021-12-09Use a file_ and module_ prefix for file and module system commandsNicolas Schodet
2021-12-09Completely rewrite nxt.locatorNicolas Schodet
2021-12-09Make backends find() method connect to the brickNicolas Schodet
2021-12-09Use logging for all debug messagesNicolas Schodet
2021-12-05Do not reexport everything from nxt packageNicolas Schodet
2021-12-05Fix devfile backend, actually tested on LinuxNicolas Schodet
2021-12-05Detect when bluetooth module is not availableNicolas Schodet
2021-12-05Closing a closed socket is an no-opNicolas Schodet
2021-12-05Move connection sockets to backend packageNicolas Schodet
2021-11-29Test and fix devsock and ipsockNicolas Schodet
2021-11-27Use argparse for scriptsNicolas Schodet
2021-11-27Remove lightblue supportNicolas Schodet
2021-11-27Fix Mindsensors and HiTechnic sensors code, add unit testsNicolas Schodet
2021-11-27Fix rarely used Ultrasonic sensor methodsNicolas Schodet