arduino-tiny-0150-0020

所属分类:其他
开发工具:Python
文件大小:80KB
下载次数:0
上传日期:2018-06-07 01:29:59
上 传 者krimo23000
说明:  arduino application

文件列表:
tiny\avr (0, 2013-12-07)
tiny\avr\bootloaders (0, 2013-12-07)
tiny\avr\bootloaders\empty (0, 2013-12-07)
tiny\avr\bootloaders\empty\empty2313at1.hex (950, 2013-12-07)
tiny\avr\bootloaders\empty\empty2313at8.hex (950, 2013-12-07)
tiny\avr\bootloaders\empty\empty24at16.hex (173, 2013-12-07)
tiny\avr\bootloaders\empty\empty25at1.hex (987, 2013-12-07)
tiny\avr\bootloaders\empty\empty25at8.hex (987, 2013-12-07)
tiny\avr\bootloaders\empty\empty4313at1.hex (210, 2013-12-07)
tiny\avr\bootloaders\empty\empty4313at8.hex (210, 2013-12-07)
tiny\avr\bootloaders\empty\empty44at1.hex (181, 2013-12-07)
tiny\avr\bootloaders\empty\empty44at8.hex (181, 2013-12-07)
tiny\avr\bootloaders\empty\empty45at1.hex (975, 2013-12-07)
tiny\avr\bootloaders\empty\empty45at8.hex (975, 2013-12-07)
tiny\avr\bootloaders\empty\empty84at1.hex (950, 2013-12-07)
tiny\avr\bootloaders\empty\empty84at16.hex (770, 2013-12-07)
tiny\avr\bootloaders\empty\empty84at8.hex (950, 2013-12-07)
tiny\avr\bootloaders\empty\empty85at1.hex (942, 2013-12-07)
tiny\avr\bootloaders\empty\empty85at16.hex (766, 2013-12-07)
tiny\avr\bootloaders\empty\empty85at8.hex (942, 2013-12-07)
tiny\avr\cores (0, 2013-12-07)
tiny\avr\cores\empty (0, 2013-12-07)
tiny\avr\cores\empty\Arduino.h (44, 2013-12-07)
tiny\avr\cores\empty\main.cpp (367, 2013-12-07)
tiny\avr\cores\empty\WProgram.h (46, 2013-12-07)
tiny\avr\cores\tiny (0, 2013-12-07)
tiny\avr\cores\tiny\Arduino.h (73, 2013-12-07)
tiny\avr\cores\tiny\binary.h (10379, 2013-12-07)
tiny\avr\cores\tiny\core_adc.h (9820, 2013-12-07)
tiny\avr\cores\tiny\core_build_options.h (5507, 2013-12-07)
tiny\avr\cores\tiny\core_macros.h (1930, 2013-12-07)
tiny\avr\cores\tiny\core_pins.h (5711, 2013-12-07)
tiny\avr\cores\tiny\core_timers.h (32559, 2013-12-07)
tiny\avr\cores\tiny\HardwareSerial.cpp (8605, 2013-12-07)
tiny\avr\cores\tiny\HardwareSerial.h (2330, 2013-12-07)
tiny\avr\cores\tiny\main.cpp (108, 2013-12-07)
tiny\avr\cores\tiny\pins_arduino.c (6614, 2013-12-07)
tiny\avr\cores\tiny\pins_arduino.h (4575, 2013-12-07)
tiny\avr\cores\tiny\Print.cpp (4770, 2013-12-07)
tiny\avr\cores\tiny\Print.h (2936, 2013-12-07)
... ...

Arduino-Tiny is an open source set of ATtiny "cores" for the Arduino platform. The Arduino platform currently supports Atmel ATmega processors. There is a need for the Arduino platform to work with physically smaller DIP package processors. The intent of this project is fulfill that need. Specifically, our goal is to provide a core that enables Arduino users to work with the ATtiny84 (84/44/24), ATtiny85 (85/45/25), and ATtiny2313 processors. For more information about Arduino, see the website at: http://www.arduino.cc/ INSTALLATION First ensure the Arduino software is correctly installed. Next... * Ensure the Arduino IDE is NOT running. * Download the Arduino-Tiny archive (ZIP-file). * Locate the Arduino Sketchbook folder. This is the folder where the Arduino IDE stores Sketches. * Ensure the "hardware" folder exists under the Arduino Sketchbook folder. For example, if the Arduino Sketchbook folder is... C:\Projects\Arduino\ Ensure this folder exists... C:\Projects\Arduino\hardware\ * Extract the contents of the archive into the "hardware" folder. For example, if the Arduino Sketchbook folder is... C:\Projects\Arduino After extracting, the following files / folders should exist... C:\Projects\Arduino\hardware\tiny\avr\license.txt C:\Projects\Arduino\hardware\tiny\avr\platform.txt C:\Projects\Arduino\hardware\tiny\avr\Prospective Boards.txt C:\Projects\Arduino\hardware\tiny\avr\README C:\Projects\Arduino\hardware\tiny\avr\bootloaders\ C:\Projects\Arduino\hardware\tiny\avr\cores\ The following folder should contain the source files for the Arduino-Tiny core... C:\Projects\Arduino\hardware\tiny\avr\cores\tiny\ * Create a new file named "boards.txt" in the tiny\avr directory. Following from the examples above, the file would be here... C:\Projects\Arduino\hardware\tiny\avr\boards.txt * Open the "boards.txt" file and the "Prospective Boards.txt" file using your favourite text editor. * Copy board entries of interest from "Prospective Boards.txt" to "boards.txt" (or copy the entire contents of "Prospective Boards.txt" to "boards.txt"). Board entries are delineated by a long line of pound-signs. * In the "boards.txt" file, change the "upload.tool" entries to the appropriate value for your setup. * Save and close "boards.txt". Close "Prospective Boards.txt". * Start the Arduino IDE and ensure the new boards of interest are listed under the [Tools] [Board] menu... "ATtiny84 @ 16 MHz (external crystal; 4.3 V BOD)" "ATtiny85 @ 8 MHz (internal oscillator; BOD disabled)" etcetera You are now ready to use Arduino-Tiny! CREDITS Arduino is an open source project, supported by many. The Arduino team is composed of Massimo Banzi, David Cuartielles, Tom Igoe, Gianluca Martino, and David A. Mellis. Arduino uses the GNU avr-gcc toolchain, avrdude, avr-libc, and code from Processing and Wiring. Arduino-Tiny is based on work by David A. Mellis, René Bohne, R. Wiersma, Alessandro Saporetti, and Brian Cook.

近期下载者

相关文件


收藏者