diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-03-19 13:17:49 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-03-25 10:50:56 -0400 |
commit | dd4f2d81b6683afb304c3d104fae2360a70cc644 (patch) | |
tree | a06b5cc906ac4436da89f8fb319b27a9a7af3225 /docs/Config_Reference.md | |
parent | 681ca5be62652ffb5fe940d458e39b20c705eed5 (diff) | |
download | kutter-dd4f2d81b6683afb304c3d104fae2360a70cc644.tar.gz kutter-dd4f2d81b6683afb304c3d104fae2360a70cc644.tar.xz kutter-dd4f2d81b6683afb304c3d104fae2360a70cc644.zip |
docs: Deprecate support for the pin_map config option
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index e69ac4ae..82264fd8 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -13,11 +13,6 @@ Klipper and choosing an initial config file. Many config options require the name of a micro-controller pin. Klipper uses the hardware names for these pins - for example `PA4`. -For AVR micro-controllers one may also use an Arduino alias (such as -"ar29" or "analog3"). In order to use Arduino names, the `pin_map` -variable in the `[mcu]` section must be present and have a value of -`arduino`. - Pin names may be preceded by `!` to indicate that a reverse polarity should be used (eg, trigger on low instead of high). @@ -49,9 +44,6 @@ serial: #canbus_interface: # If using a device connected to a CAN bus then this sets the CAN # network interface to use. The default is 'can0'. -#pin_map: -# This option may be used to enable Arduino pin name aliases. The -# default is to not enable the aliases. #restart_method: # This controls the mechanism the host will use to reset the # micro-controller. The choices are 'arduino', 'cheetah', 'rpi_usb', |