開源的 Arduino para Mac(IDE)使得編寫代碼並將其上傳到開發板變得容易。它運行在 Windows,Mac OS X 和 Linux 上。環境是用 Java 編寫的,基於 Processing 和其他開源軟件。這個軟件可以和任何 Arduino 板一起使用。
最讓人感興趣的功能是:
期待已久的新 arduino-builder
這是一個純粹的命令行工具,負責修改代碼,解決庫依賴和設置編譯單元。它也可以作為一個獨立的程序在持續集成環境中使用.
可插拔的 USB 內核
Arduino 最終可以充當許多不同的 USB 設備,而無需改變內核,這要歸功於新的模塊化架構。基於新子系統的庫已經在開發中!
串口繪圖儀
您現在可以實時繪製您的數據,就像在您的循環內寫入 Serial.println(analogRead(A0))一樣簡單.
新的好東西
對於圖書館開發人員,和可選的鏈接到一個檔案中。
ArduinoISP 例子
已經被改進了很多,現在你可以使用任何其他的板子來刷新你的 AVR 芯片。
圖書館和管理者的經理
通知如果一個庫 / 核心可以更新一個簡單的彈出式菜單– 沒有更多過時的代碼浮動!
注意:需要 Java Runtime Environment.
也可用:下載 Arduino for Windows
檔案版本 |
Arduino for Mac 1.6.7 |
檔案名稱 |
arduino-1.6.7-macosx.zip |
檔案大小 |
136.4 MB |
系統 |
Mac OS X 10.7 or later |
軟體類型 |
開源軟體 |
作者 |
Arduino Team |
更新日期 |
暫無資訊 |
軟體類型 |
2015-12-17 |
更新日誌 |
What's new in this version: IDE: - New arduino-builder: faster, better prototype generation and library discovery logic, and more. - Serial plotter now allows to plot multiple values at once. Thanks @henningpohl - New translations - Added support to file:// protocol for boards manager URLs - Portable sketchbook folder can now be any arbitrary location - Fixed a bug that caused Boards Manager to install the same tool twice or more, thus wasting disk space, if other cores where using tools delivered by arduino - Fixed various Boards manager glitches, in particular when removing a board - Windows: Arduino IDE icon is now in high definition, bye bye that blurry icon - Remote upload without SSH is now supported (allows OTA upload for many 3rd party boards). Thanks @me-no-dev.
Libraries: - SPI: Added SPI.transfer16(...) function to SAM core. - Ethernet, WiFi, SoftwareSerial: Fixed flush() behaviour: - the flush function is no more dropping the receive buffer, as per - 1.0 API specification. Thanks @drmpf
Core: - Fixed wrong timings for HardwareSerial::flush() in SAM core. Thanks @borisff - Stream: Optional lookahead and skipChar options added to parseInt and parseFloat, - parseFloat also support parsing floats without a leading 0, - Stream::find(char) added to SAM. Thanks @Chris--A. - Leonardo/Micro (and other atmega32u4 based boards) now have SerialUSB alias for Serial - Leonardo now has LED_BUILTIN_RX/TX definitions in variant file. Thanks @NicoHood |
檔案下載 |
檔案下載
|