19 lines
330 B
C
19 lines
330 B
C
/*
|
|
* pins.h
|
|
*
|
|
* Created: 03/03/2021 08:29:17
|
|
* Author: Nick-XMG
|
|
*/
|
|
|
|
|
|
#ifndef PINS_H_
|
|
#define PINS_H_
|
|
|
|
// ----------------------------------------------------------------------
|
|
// Defines
|
|
// ----------------------------------------------------------------------
|
|
//#define DBG_PIN1 GPIO(GPIO_PORTD, 0)
|
|
|
|
|
|
|
|
#endif /* PINS_H_ */ |