Prusa MINI Firmware overview
pinsDebug_Teensyduino.h File Reference

Go to the source code of this file.

Macros

#define TEENSYDUINO_IDE
 
#define TIMER0B   1
 
#define TIMER1A   7
 
#define TIMER1B   8
 
#define TIMER1C   9
 
#define TIMER2A   6
 
#define TIMER2B   2
 
#define TIMER3A   5
 
#define TIMER3B   4
 
#define TIMER3C   3
 
#define PA   1
 
#define PB   2
 
#define PC   3
 
#define PD   4
 
#define PE   5
 
#define PF   6
 
#define digitalPinToPort(P)   ( pgm_read_byte( digital_pin_to_port_PGM + (P) ) )
 
#define digitalRead_mod(p)   extDigitalRead(p)
 

Variables

const uint8_t PROGMEM digital_pin_to_port_PGM []
 

Macro Definition Documentation

◆ TEENSYDUINO_IDE

#define TEENSYDUINO_IDE

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/.

◆ TIMER0B

#define TIMER0B   1

◆ TIMER1A

#define TIMER1A   7

◆ TIMER1B

#define TIMER1B   8

◆ TIMER1C

#define TIMER1C   9

◆ TIMER2A

#define TIMER2A   6

◆ TIMER2B

#define TIMER2B   2

◆ TIMER3A

#define TIMER3A   5

◆ TIMER3B

#define TIMER3B   4

◆ TIMER3C

#define TIMER3C   3

◆ PA

#define PA   1

◆ PB

#define PB   2

◆ PC

#define PC   3

◆ PD

#define PD   4

◆ PE

#define PE   5

◆ PF

#define PF   6

◆ digitalPinToPort

#define digitalPinToPort (   P)    ( pgm_read_byte( digital_pin_to_port_PGM + (P) ) )

◆ digitalRead_mod

#define digitalRead_mod (   p)    extDigitalRead(p)

Variable Documentation

◆ digital_pin_to_port_PGM

const uint8_t PROGMEM digital_pin_to_port_PGM[]