From 4168fb6dcbe8a9a792c8dac536dbc612bed0c165 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 25 Feb 2015 21:36:01 +0200 Subject: [PATCH] Remove IDE help --- .../atmelavr-and-arduino/adafruit-blink/src/Blink.pde | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/examples/atmelavr-and-arduino/adafruit-blink/src/Blink.pde b/examples/atmelavr-and-arduino/adafruit-blink/src/Blink.pde index 6bfde7e0..a4282d6b 100644 --- a/examples/atmelavr-and-arduino/adafruit-blink/src/Blink.pde +++ b/examples/atmelavr-and-arduino/adafruit-blink/src/Blink.pde @@ -3,15 +3,6 @@ Turns on an LED on for one second, then off for one second, repeatedly. This example code is in the public domain. - - To upload to your Gemma or Trinket: - 1) Select the proper board from the Tools->Board Menu - 2) Select USBtinyISP from the Tools->Programmer - 3) Plug in the Gemma/Trinket, make sure you see the green LED lit - 4) For windows, install the USBtiny drivers - 5) Press the button on the Gemma/Trinket - verify you see - the red LED pulse. This means it is ready to receive data - 6) Click the upload button above within 10 seconds */ int led = 1; // blink 'digital' pin 1 - AKA the built in red LED @@ -30,4 +21,4 @@ void loop() { digitalWrite(led, LOW); delay(1000); } - \ No newline at end of file +