klipper/klippy/extras
Kevin O'Connor e26d1a3567 i2ccmds: Pass the i2c address as a 7-bit number (0-127)
The sam3 i2c code and the linux code use a 7-bit i2c address, while
the avr, lpc176x, and samd21 i2c code uses an 8-bit address with the
least significant bit always zero.  A similar issue occurred in the
host code (sx1509.py and replicape.py use 7-bit addresses while
uc1701.py and mcp4451.py use 8-bit addresses).

Consistently use 7-bit addresses in all the code.  This breaks
compatibility between host and mcu software, so make a change to the
config_i2c command to force users to synchronize software updates.
This also breaks common Smoothieboard configs, so update the mcp4451
code to validate the i2c_address.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2019-01-07 20:00:44 -05:00
..
display i2ccmds: Pass the i2c address as a 7-bit number (0-127) 2019-01-07 20:00:44 -05:00
__init__.py
ad5206.py ad5206: Use bus.py helper code for spi 2018-11-21 12:12:31 -05:00
adc_temperature.py
bed_mesh.py bed_mesh: Introduce fade_target option 2018-11-30 11:37:21 -05:00
bed_tilt.py bed_tilt: Do not automatically run G28 on BED_TILT_CALIBRATE 2018-10-22 11:26:01 -04:00
bltouch.py bltouch: Issue both a "reset" and a "pin_up" after a successful probe 2018-12-16 11:06:46 -05:00
bus.py i2ccmds: Pass the i2c address as a 7-bit number (0-127) 2019-01-07 20:00:44 -05:00
buttons.py mcu: Rename add_config_object() to register_config_callback() 2018-09-03 11:48:22 -04:00
delta_calibrate.py delta_calibrate: Do not automatically run G28 on DELTA_CALIBRATE 2018-10-22 11:26:01 -04:00
endstop_phase.py tmc2660: Add endstop phase detection functionality to TMC2660 extra (#816) 2018-10-24 16:01:12 -04:00
fan.py
force_move.py
gcode_macro.py gcode_macro: Provide more information on a formatting error 2018-09-30 12:43:54 -04:00
heater_bed.py heater: take a gcode_id when setting up a heater (#1028) 2019-01-02 17:44:02 -05:00
heater_fan.py
homing_override.py
idle_timeout.py idle_timeout: Add printing/ready/idle tracking 2018-10-28 18:39:45 -04:00
mcp4451.py i2ccmds: Pass the i2c address as a 7-bit number (0-127) 2019-01-07 20:00:44 -05:00
mcp4728.py mcp4728: Add initial support for the mcp4728 i2c dac chip 2019-01-02 18:17:56 -05:00
multi_pin.py
output_pin.py
pid_calibrate.py pid_calibrate: Add some comments on the calibration methodology 2018-10-19 22:40:11 -04:00
probe.py bltouch: Add initial support for a bltouch "extras" module 2018-11-30 11:34:20 -05:00
quad_gantry_level.py probe: Support manual probing at runtime 2018-10-01 11:12:30 -04:00
query_endstops.py
replicape.py replicape: Use bus.py helper code for spi 2018-11-21 12:12:31 -05:00
respond.py respond: An extra for sending messages to the printer host. (#1053) 2019-01-02 17:45:35 -05:00
servo.py servo: This patch create ability to enable/disable attached servo. (#880) 2018-11-14 09:38:09 -05:00
spi_temperature.py spi_temperature: Use bus.py helper code for spi 2018-11-21 12:12:31 -05:00
static_digital_output.py
statistics.py
sx1509.py i2ccmds: Pass the i2c address as a 7-bit number (0-127) 2019-01-07 20:00:44 -05:00
temperature_fan.py
thermistor.py thermistor: Avoid divide by zero error if min_temp=-273.15 2019-01-04 12:47:37 -05:00
tmc2130.py tmc2130: Use bus.py helper code for spi 2018-11-21 12:12:31 -05:00
tmc2208.py tmc2208: error raise fixed for rx/tx mcu check 2018-12-27 11:44:41 -05:00
tmc2660.py tmc2660: error and whitespace fixes 2018-12-27 11:44:41 -05:00
verify_heater.py verify_heater: Don't report a heater error if printer is shutdown 2018-09-30 10:40:44 -04:00
virtual_sdcard.py gcode: process_batch() should execute commands atomically 2018-10-28 18:39:45 -04:00
z_tilt.py z_tilt: Wrap lines to 80 columns 2018-10-01 11:12:30 -04:00