軟體下載 Arduino 1.6.6

檔案名稱 arduino-1.6.6-windows.exe

Arduino 1.6.6 軟體下載

軟體資訊
檔案版本 Arduino 1.6.6

檔案名稱 arduino-1.6.6-windows.exe
檔案大小 80.3 MB
更新日期 2015-11-03
  • 1
    版本確認
  • 2
    檔案準備中
  • 3
    檔案下載

軟體介紹 & 更新資訊

Arduino 1.6.6
開放源代碼 Arduino 軟件(IDE)可以輕鬆編寫代碼並將其上傳到開發板。它運行在 Windows,Mac OS X 和 Linux 上。環境是用 Java 編寫的,基於 Processing 和其他開源軟件。這個軟件可以與任何 Arduino 板一起使用。最有趣的功能是:等待新的 arduino-builder這是一個純粹的命令行工具,它負責修改代碼,解決庫依賴和設置編譯單元。它也可以作為一... Arduino 軟體介紹

What's new in this version:

IDE:
- Switched to Java 8, which is now both bundled and needed for compiling the IDE
- Added link to unofficial boards support list in preferences
- Limit of possible new sketches in a day raised to 676. Thanks @Chris--A
- Windows: fixed a bug when running username had non ASCII chars
- Lots of fixes
- ArduinoISP examples moved under 11.ArduinoISP folder
- MacOSX: binary is now able to tell the IDE its current working directory. Eases life to those using the IDE from the CLI
- CLI: if specified board doesn't exist, fail instead of using a default one
- Windows: IDE stores its stuff under %LOCALAPPDATA% instead of %APPDATA% (which was a roaming folder). %APPDATA% content is automatically migrated to new location
- Added 74880 baud rate to serial monitor. Thanks @Chris--A
- When changing tab, file name is shown in window title
- IDE groups compiled files into "libraries", "core" and "sketch" folders
- Added Serial Plotter. Thanks @henningpohl
- Editor: triple click selects whole line
- Windows: IDE startup feels faster
- Examples of libraries with a .development flag file in their root folder won't get marked as read-only. See #2619
- Update notifications: when updates are available from either Library or Boards Managers, a popup will be shown
- Introducing arduino-builder, a command line tool that properly calls gcc. Fixes lots of issues about buggy preprocessing.
- Each open sketch gets built in its own folder, allowing the IDE to recycle previous compilations and being much faster
- "Go to line": CTRL+L or Edit > Go to line... will open a dialog where you can type the line number where you want the editor to jump to
- Added boards.local.txt support: like platform.local.txt, allows to enrich a boards.txt definition without modifying the original file. Thanks @Wackerbarth
- Library to library dependencies: when your sketch imports a library, and that library uses another, the IDE will find out without you having to add a useless #include to your sketch
- Allow per-platform keywords.txt. Thanks @PaulStoffregen
- Allow spaces in IDE install path on Linux. Thanks @matthijskooijman
- Fixed a lot of documentation. Thanks to @per1234 @q2dg
- Fixed parsing for SystemProfiler when scanning for available serial ports on Macosx El Capitan

Libraries:
- Bridge: YunClient.connected() returns true if there are bytes available for read. Thanks @RobAtticus
- Bridge: YunClient.stop() now empties all buffers. Thanks @RobAtticus
- Ethernet: Added missing keywords. Thanks @per1234
- Ethernet: Fixed DNSClient.inet_aton() function. Thanks @jhorck
- Ethernet: Expose optional DHCP timout parameters to Ethernet:begin(). Thanks @chaveiro
- Wire: Implemented Wire.end().
- Wire: Fixed bug with repeated START for AVR. Thanks Nate Williams
- Wire: Resolved timing issues on AVR. See #2173 #1477.
- Wire: Fixed bug in repeated start in slave mode on SAM. See #3908
- SD: Change "char *" to "const char *" on methods accepting a string as a parameter. Thanks @Ivan-Perez
- Scheduler: Added support for cortex-M0. Thanks @PeterVH

Core:
- Added new PluggableUSB and HID support. This change introduces a more powerful API for
- libraries that wants use advanced features of USB-Device.
- Thanks to @obra @NicoHood @matthijskooijman @nospam2000 @weizenspreu
- AVR: fixed wrong turnOffPWM() for TIMER0B. Thanks @gonzoveliki
- AVR: added support for AtmegaXXu2. Thanks @NicoHood
- AVR: a bunch of USB Core bug fix. Thanks @NicoHood
- AVR: Expose serial setting from USB-CDC serial port. Thanks @matthijskooijman
- ArduinoISP is now compatible with every architecture (not only AVR) and is much more stable. Thanks @PeterVH
- Print not aborting on write() failure. Thanks @stickbreaker
- AVR: Faster interrupts patch. Thanks @xxxajk
- AVR: Fixed pulseInLong wrong measurements.
- AVR: Removed a bunch of compiler warnings. Thanks @NicoHood
- Improved variants files for Boards Gemma and Ethernet

Arduino 1.6.6 相關參考資料
Arduino 1.6.6 - Download

Arduino, free download. Arduino 1.6.6: Arduino by Massimo Banzi is an open-source electronics platform popular among hobbyists, students, and …

https://arduino.updatestar.com

Arduino IDE 1.6.6 is packed with new features

The split between the two Arduino teams has finally made it into the integrated development environment (IDE) as the splash screen of the latest version 1.6.6 ...

https://www.elektormagazine.co

Arduino IDE 1.6.6 released and available for download

2015年11月3日 — Arduino IDE 1.6.6 released and available for download ... This update brings an impressive 723 closed issues and 147 pull requests merged. Most ...

https://blog.arduino.cc

Arduino IDE 1.6.6 上架囉

2015年11月11日 — 今天上Arduino 官網時發現, Arduino IDE 已推出1.6.6 新版, 於是馬上下載嘗新. 我都是下載免安裝的ZIP 檔, 這樣比較方便. 啟動後發現起始畫面已經換新 ...

http://yhhuang1966.blogspot.co

Arduino IDE 1.6.6, problems with uploading

2019年7月23日 — Arduino IDE 1.6.6, problems with uploading · This may be a trivial question, but I must ask: Is libreadline installed in your system? – Tagli.

https://stackoverflow.com

Arduino Software Release Notes

ARDUINO 1.6.6 - 2015.11.03. [ide]. Switched to Java 8, which is now both bundled and needed for compiling the IDE; Added link to unofficial boards support list ...

https://www.arduino.cc

Boards Manager (Arduino IDE 1.6.6)

2016年7月6日 — I am using a Windows 7 laptop with Arduino IDE 1.6.6 that I have used previously with my Arduino Uno. I followed the instructions in the ...

https://forum.arduino.cc

PaulStoffregenArduino-1.6.6-Teensyduino

Arduino 1.6.6 with Teensyduino's Modifications. This copy of Arduino includes the changes added by to the IDE by the Teensyduino installer.

https://github.com

Previous IDE Releases

Arduino 1.6.x ; 1.6.6, Windows · Windows Installer · MAC OS · Linux 32 Bit · Linux 64 Bit · Source code on Github ; 1.6.5, Windows · Windows Installer · MAC OS ...

https://www.arduino.cc

分享|如何在Ubuntu 中安装最新的Arduino IDE 1.6.6

2015年12月24日 — 本篇教程会教你如何在当前的Ubuntu 发行版中安装最新的Arduino IDE 1.6.6。 开源的Arduino IDE 发布了1.6.6,并带来了很多的改变。

https://linux.cn