mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-06-27 20:59:37 +00:00
pin
This commit is contained in:
@ -21,7 +21,7 @@
|
|||||||
#define dec14_PIN PB14
|
#define dec14_PIN PB14
|
||||||
#define dec15_PIN PB15
|
#define dec15_PIN PB15
|
||||||
|
|
||||||
#define LoopOut PA7
|
#define LoopOut PC13
|
||||||
|
|
||||||
#define dec_ISR(n) \
|
#define dec_ISR(n) \
|
||||||
void dec_##n##_ISR() { dec##n.isr(); }
|
void dec_##n##_ISR() { dec##n.isr(); }
|
||||||
|
Reference in New Issue
Block a user