mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
added compile-time definition of sketch PID. PID is pulled from variants/leonardo or the new variants/micro as appropriate.
This commit is contained in:
@ -27,6 +27,8 @@
|
||||
|
||||
#include <avr/pgmspace.h>
|
||||
|
||||
#define ARDUINO_MODEL_USB_PID 0x0034
|
||||
|
||||
// Map SPI port to 'new' pins D14..D17
|
||||
// D14 PB0 RXLED,SS/PCINT0
|
||||
// D15 PB1 SCK,PCINT1
|
||||
|
Reference in New Issue
Block a user