docs: Clarification of some installation and config steps

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2016-09-15 12:19:30 -04:00
parent 94272ed072
commit 9ff5600421
2 changed files with 8 additions and 7 deletions

View File

@@ -5,10 +5,9 @@
# FIRST. Incorrectly configured parameters may cause damage.
# A note on pin names: pins may be configured with a hardware name
# (such as PA4) or with a board name (such as ar29). In order to use a
# board name, the pin_map variable in the mcu section must specify
# which board definition to use. (See the klippy/pins.py file for the
# available pin and board names.)
# (such as "PA4") or with an Arduino alias name (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 an '!' to indicate that a reverse
# polarity should be used (eg, trigger on low instead of high). Input
# pins may be preceded by a '^' to indicate that a hardware pull-up
@@ -173,10 +172,10 @@ kick_start_time: 0.100
[mcu]
serial: /dev/ttyACM0
# The serial port to connect to the MCU
baud: 115200
baud: 250000
# The baud rate to use
pin_map: arduino
# This option may be used to add board specific pin name aliases
# This option may be used to enable Arduino pin name aliases
custom:
# This option may be used to specify a set of custom
# micro-controller commands to be sent at the start of the