1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

sketch USB VID and PID values are passed in from boards.txt at compile time now. changed sketch PIDs to final values. also uncommented Micro section in boards.txt

This commit is contained in:
Zach Eveland
2012-04-09 08:06:35 -04:00
parent d02e4481d3
commit caeaa4571c
6 changed files with 31 additions and 28 deletions

View File

@ -27,8 +27,6 @@
#include <avr/pgmspace.h>
#define ARDUINO_MODEL_USB_PID 0x0801
#define TX_RX_LED_INIT DDRD |= (1<<5), DDRB |= (1<<0)
#define TXLED0 PORTD |= (1<<5)
#define TXLED1 PORTD &= ~(1<<5)