Arduino 1.6.9 軟體資訊介紹&下載

Arduino,軟體教學,軟體下載,電腦問題,電腦教學
開放源代碼 Arduino 軟件(IDE)可以輕鬆編寫代碼並將其上傳到開發板。它運行在 Windows,Mac OS X 和 Linux 上。環境是用 Java 編寫的,基於 Processing 和其他開源軟件。這個軟件可以與任何 Arduino 板一起使用。

最有趣的功能是:

等待新的 arduino-builder
這是一個純粹的命令行工具,它負責修改代碼,解決庫依賴和設置編譯單元。它也可以作為一個獨立的程序在一個持續集成的環境中.

可插拔的 USB 核心
你的 Arduino 終於可以作為很多不同的 USB 設備,而無需改變核心,這要歸功於新的模塊化架構。基於新子系統的庫已經在開發中!

串口繪圖儀
您現在可以實時繪製您的數據,就像在您的循環內寫入 Serial.println(analogRead(A0))一樣簡單.

新的好東西
對於圖書館開發人員,並可選擇鏈接到檔案中。

ArduinoISP 示例
已經改進了很多,現在您可以使用任何其他闆卡來刷新 AVR 芯片。

圖書館和書庫管理員
如果圖書館 / 核心可以通過簡單的彈出式菜單更新,請通知我們。沒有更多過時的代碼浮動!

注意:需要 Arduino 平台.

也可用於:下載 Arduino 為 Mac

Arduino Screenshot 1
Arduino Screenshot 2

Arduino 1.6.9

arduino-1.6.9-windows.exe

84.2 MB

Windows XP / Vista / Windows 7 / Windows 8 / Windows 10

開源軟體

Arduino Team

暫無資訊

2016-05-11

What's new in this version:

IDE:
- Catch and report errors during parsing contributed index files
- Fixed IDE version color on about dialog box.
- The "always-on-top update notification" popup is now less intrusive.
- Fixed untraslated string during IDE startup splash window.
- New arduino-builder: better core library detection, faster operations when recompiling and more.
- Fixed multitab error reporting
- Rework serial port discovery to be faster, less cpu intensive and FTDI friendly
- Avoid launching multiple concurrent compile and upload operation
- Use hi-res icons for Serial monitor and plotter
- Make http://librarymanager and http://boardmanager links clickable from the editor window
- Cut/Copy actions are disable when there is no text selected.
- Fixed Ctrl+Del: now deletes the word behind the cursor instead of the entire line.
- Fixed "Verify code after upload" option in preferences.

Core:
- String class now supports iterators.
- sam: Allow 3rd party boards that depend on SAM core to use their own
- USB vid/pid and manufacturer/product strings.
- avr: Check at runtime if 32u4 boards are shipped with new bootloader; if so write bootloader magic value in an unproblematic RAM location
- avr, sam: Added "reciper.ar.pattern" to plaform.txt to allow compatibility with older version of Arduino IDE.

Libraries:
- Bridge / bridge.py: added support for SSL sockets (Yun firmware >=1.6.2 is needed).

Arduino 相關參考資料