Skip to content

Commit 727d4bd

Browse files
committed
PortentaH7: define CRYPTO_WIRE for ECC608 bus
1 parent 663fc0d commit 727d4bd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

variants/PORTENTA_H7_M4/pins_arduino.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,6 @@ void _ontouch1200bps_();
102102

103103
#define digitalPinToPort(P) (digitalPinToPinName(P)/16)
104104

105+
#define CRYPTO_WIRE Wire1
106+
105107
#endif //__PINS_ARDUINO__

variants/PORTENTA_H7_M7/pins_arduino.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,6 @@ void _ontouch1200bps_();
119119
#define LORA_RESET (PC_7)
120120
#define LORA_IRQ_DUMB (PJ_11)
121121

122+
#define CRYPTO_WIRE Wire1
123+
122124
#endif //__PINS_ARDUINO__

0 commit comments

Comments
 (0)