MKFirmware / MK4duo

MK4duo Firmware Printers 3D for Arduino and Arduino due
http://www.marlinkimbra.it
GNU General Public License v3.0
206 stars 118 forks source link

{PIOB, 0} cannot be used #799

Closed Sage1978 closed 4 years ago

Sage1978 commented 4 years ago

Please, follow this template when opening a new issue: this will help us a lot in the process of helping you.

Issue description

define KILL_PIN to {PIOB, 0} Read always Low---> KILL

MOTHERBOARD BOARD_RAMPS_FD_V2 I added kill button in POIB 0 Version V4.3.6 without this problem

Firmware version

Version V4.4.0

My setup

configurator.zip

Sage1978 commented 4 years ago

The problem was found. PIOB, 0 needs to be initialized. All I / Os are set to output when arduino is initialized.