klipper/klippy/extras
Kevin O'Connor 7abafb575b mcu: Remove support for "static" pins
Update static_digital_output.py to directly configure static digital
pins.  There are no other users of "static" pins, so remove that
support from mcu.py, replicape.py, and sx1509.py.  This simplifies the
low-level pin handling code.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2024-01-23 20:04:03 -05:00
..
display
__init__.py
ad5206.py
adc_scaled.py
adc_temperature.py
adxl345.py
aht10.py
angle.py
axis_twist_compensation.py
bed_mesh.py
bed_screws.py
bed_tilt.py
bltouch.py
bme280.py
board_pins.py
bulk_sensor.py
bus.py
buttons.py
canbus_ids.py
controller_fan.py
dac084S085.py dac084S085: SPI DAC DAC084S085 implementation (#5134) 2022-02-22 10:28:28 -05:00
delayed_gcode.py
delta_calibrate.py
display_status.py
dotstar.py
ds18b20.py
duplicate_pin_override.py
endstop_phase.py
exclude_object.py
extruder_stepper.py
fan.py
fan_generic.py
filament_motion_sensor.py
filament_switch_sensor.py
firmware_retraction.py gcode: Update gcode descriptions (#4335) 2021-06-02 10:45:27 -04:00
force_move.py
gcode_arcs.py
gcode_button.py
gcode_macro.py
gcode_move.py
hall_filament_width_sensor.py
heater_bed.py heaters: Make sure set_temp() command wakes up the idle_timeout 2021-03-05 18:59:01 -05:00
heater_fan.py
heater_generic.py
heaters.py heaters: adds temperature monitors 2023-08-01 20:32:03 -04:00
homing.py
homing_heaters.py
homing_override.py
htu21d.py
idle_timeout.py
input_shaper.py
led.py
lis2dw.py
lm75.py
manual_probe.py
manual_stepper.py
mcp4018.py
mcp4451.py
mcp4728.py
motion_report.py
mpu9250.py
multi_pin.py multi_pin: Use config.getlist() for pins config option 2021-08-21 18:08:11 -04:00
neopixel.py
output_pin.py
palette2.py
pause_resume.py
pca9533.py
pca9632.py
pid_calibrate.py
print_stats.py print_stats: add `SET_PRINT_STATS_INFO` G-Code for pass slicer variables to Klipper (#5726) 2022-10-05 15:02:28 -04:00
probe.py axis_twist_compensation: Add X twist compensation module (#6149) 2023-08-01 13:08:53 -04:00
pulse_counter.py
pwm_tool.py
quad_gantry_level.py
query_adc.py
query_endstops.py gcode_macro: Use deepcopy() on get_status() results 2021-01-20 16:25:25 -05:00
replicape.py
resonance_tester.py
respond.py
safe_z_home.py
samd_sercom.py
save_variables.py save_variables: Verify filename path is writeable at startup 2022-12-11 21:07:47 -05:00
screws_tilt_adjust.py
sdcard_loop.py
servo.py
shaper_calibrate.py
shaper_defs.py
skew_correction.py
smart_effector.py
spi_temperature.py
static_digital_output.py
statistics.py
stepper_enable.py
sx1509.py
temperature_combined.py
temperature_fan.py
temperature_host.py
temperature_mcu.py
temperature_sensor.py
temperature_sensors.cfg
thermistor.py
tmc.py tmc: Query latest value during _init_registers() 2023-11-28 21:24:41 -05:00
tmc2130.py
tmc2208.py
tmc2209.py
tmc2240.py
tmc2660.py
tmc5160.py
tmc_uart.py
tsl1401cl_filament_width_sensor.py
tuning_tower.py
verify_heater.py
virtual_sdcard.py
z_thermal_adjust.py
z_tilt.py