klipper/klippy
Kevin O'Connor 746a378c18 endstop: Use "pin_value" instead of "pin" when querying endstop state
Now that enumerations are available, any variable named "pin" can only
be used to describe a gpio pin.  Rename the end_stop_state "pin"
parameter to "pin_value".  Also, rename "end_stop_query" command to
"end_stop_query_state" to notify users to upgrade both host and mcu
code.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2019-03-19 10:48:33 -04:00
..
chelper serialqueue: Wrap code to 80 columns 2019-02-27 14:20:15 -05:00
extras thermocouple: Define thermocouple types using enumerations 2019-03-17 19:38:18 -04:00
kinematics gcode: Change respond_info() to log by default 2019-03-04 13:04:18 -05:00
clocksync.py clocksync: Wrap code to 80 columns 2019-02-27 13:01:52 -05:00
configfile.py
console.py console: Wrap code to 80 columns 2019-02-27 13:00:30 -05:00
gcode.py gcode: Change respond_info() to log by default 2019-03-04 13:04:18 -05:00
heater.py heater: Wrap code to 80 columns 2019-02-27 13:09:24 -05:00
homing.py
klippy.py klippy: Wrap code to 80 columns 2019-02-27 13:18:43 -05:00
mathutil.py gcode: Change respond_info() to log by default 2019-03-04 13:04:18 -05:00
mcu.py endstop: Use "pin_value" instead of "pin" when querying endstop state 2019-03-19 10:48:33 -04:00
msgproto.py msgproto: Convert static strings to a more generic enumeration system 2019-03-17 19:38:18 -04:00
parsedump.py
pins.py pins: Document support for '~' to enable pull-down resistors 2019-03-17 21:07:31 -04:00
queuelogger.py
reactor.py
serialhdl.py msgproto: Convert static strings to a more generic enumeration system 2019-03-17 19:38:18 -04:00
stepper.py
toolhead.py gcode: Change respond_info() to log by default 2019-03-04 13:04:18 -05:00
util.py util: Wrap code to 80 columns 2019-02-27 13:05:37 -05:00