bosko lekovic
/
IO_board_K22
K22 processor
Diff: Pinovi.h
- Revision:
- 11:f46528c56b8f
- Parent:
- 7:4aa3dac73b66
- Child:
- 12:ea2256d6c725
--- a/Pinovi.h Mon Mar 29 21:53:19 2021 +0200 +++ b/Pinovi.h Tue Mar 30 17:05:48 2021 +0200 @@ -18,4 +18,19 @@ #define SpiClock PTD5 #define SpiSel PTD4 +#define PIN_OUT_1 PTC10 +#define PIN_OUT_2 PTC11 +#define PIN_OUT_3 PTB11 +#define PIN_OUT_4 PTB10 +#define PIN_OUT_5 PTB3 +#define PIN_OUT_6 PTB2 + + +#define PIN_IN_6 PTC5 +#define PIN_IN_5 PTC7 +#define PIN_IN_4 PTC0 +#define PIN_IN_3 PTC9 +#define PIN_IN_2 PTC8 +#define PIN_IN_1 PTC1 + #endif