Prusa MINI Firmware overview
|
Go to the source code of this file.
Macros | |
#define | PA 1 |
#define | PB 2 |
#define | PC 3 |
#define | PD 4 |
#define | PE 5 |
#define | PF 6 |
#define | PG 7 |
#define | PH 8 |
#define | PJ 10 |
#define | PK 11 |
#define | PL 12 |
#define | digitalPinToPort_plus_70(P) ( pgm_read_byte( digital_pin_to_port_PGM_plus_70 + (P) ) ) |
#define | digitalPinToBitMask_plus_70(P) ( pgm_read_byte( digital_pin_to_bit_mask_PGM_plus_70 + (P) ) ) |
#define | digitalPinToTimer_plus_70(P) ( pgm_read_byte( digital_pin_to_timer_PGM_plus_70 + (P) ) ) |
Variables | |
const uint8_t PROGMEM | digital_pin_to_port_PGM_plus_70 [] |
const uint8_t PROGMEM | digital_pin_to_bit_mask_PGM_plus_70 [] |
const uint8_t PROGMEM | digital_pin_to_timer_PGM_plus_70 [] |
#define PA 1 |
Marlin 3D Printer Firmware Copyright (c) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. Structures for 2560 family boards that use more than 70 pins
#define PB 2 |
#define PC 3 |
#define PD 4 |
#define PE 5 |
#define PF 6 |
#define PG 7 |
#define PH 8 |
#define PJ 10 |
#define PK 11 |
#define PL 12 |
#define digitalPinToPort_plus_70 | ( | P | ) | ( pgm_read_byte( digital_pin_to_port_PGM_plus_70 + (P) ) ) |
#define digitalPinToBitMask_plus_70 | ( | P | ) | ( pgm_read_byte( digital_pin_to_bit_mask_PGM_plus_70 + (P) ) ) |
#define digitalPinToTimer_plus_70 | ( | P | ) | ( pgm_read_byte( digital_pin_to_timer_PGM_plus_70 + (P) ) ) |