Add define to use native port on Arduino

This commit is contained in:
Geoffrey Merck
2020-05-13 21:02:19 +02:00
parent 6b01f12602
commit c47eacd010
2 changed files with 28 additions and 0 deletions
+5
View File
@@ -52,6 +52,11 @@
#define ARDUINO_DUE_ZUM_V10
#endif
// Use the native USB port instead of the programming port
// The native port is recommended when using FM network
// as the rpogramming port does not have the required throughput
// #define ARDUINO_DUE_USE_NATIVE_USB_PORT
// For the SP8NTH board
// #define ARDUINO_DUE_NTH