mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-01-04 11:53:39 +01:00
Introduce gpio2 for the CMT2300A module
This implements the sending interrupt instead of polling. On the other hand, gpio3 is made optional.
This commit is contained in:
@@ -22,6 +22,7 @@ struct PinMapping_t {
|
||||
int8_t cmt_clk;
|
||||
int8_t cmt_cs;
|
||||
int8_t cmt_fcs;
|
||||
int8_t cmt_gpio2;
|
||||
int8_t cmt_gpio3;
|
||||
int8_t cmt_sdio;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user