Prusa MINI Firmware overview
pinsDebug_plus_70.h File Reference

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 []
 

Macro Definition Documentation

◆ PA

#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

◆ PB

#define PB   2

◆ PC

#define PC   3

◆ PD

#define PD   4

◆ PE

#define PE   5

◆ PF

#define PF   6

◆ PG

#define PG   7

◆ PH

#define PH   8

◆ PJ

#define PJ   10

◆ PK

#define PK   11

◆ PL

#define PL   12

◆ digitalPinToPort_plus_70

#define digitalPinToPort_plus_70 (   P)    ( pgm_read_byte( digital_pin_to_port_PGM_plus_70 + (P) ) )

◆ digitalPinToBitMask_plus_70

#define digitalPinToBitMask_plus_70 (   P)    ( pgm_read_byte( digital_pin_to_bit_mask_PGM_plus_70 + (P) ) )

◆ digitalPinToTimer_plus_70

#define digitalPinToTimer_plus_70 (   P)    ( pgm_read_byte( digital_pin_to_timer_PGM_plus_70 + (P) ) )

Variable Documentation

◆ digital_pin_to_port_PGM_plus_70

const uint8_t PROGMEM digital_pin_to_port_PGM_plus_70[]

◆ digital_pin_to_bit_mask_PGM_plus_70

const uint8_t PROGMEM digital_pin_to_bit_mask_PGM_plus_70[]

◆ digital_pin_to_timer_PGM_plus_70

const uint8_t PROGMEM digital_pin_to_timer_PGM_plus_70[]