上個月才發文通知大家可以下載ROBOTC 3.5 Preview,轉眼之間正式版就已經發行。 ROBOTC官網文章連結: ROBOTC 3.50 Now Available! 擁有3.0版序號的讀友可以免費升級,轉貼改版的記錄如下: Change log for ROBOTC 3.50 (since version 3.08): MAJOR UPDATES: Full ANSI-C support to support pointers, recursion, and stacks with an updated compiler and updated robot firmware. New and Updated Debugger Windows: “Local Variables” to monitor variables in the current task or function. (Note: Local variables are only available when your program is suspended) “Global Variables” to monitor variables available to your entire program. “Call Stacks” to monitor function calls in the currently selected task. Updated Documentation and Wiki (www.robotc.net/wiki) – Constantly Updating! Support for Standard C commands – sprintf(), sscanf(), support for character arrays, unsigned variables, etc. Support for the Arduino family of controllers (Uno, Mega, Mega 2560) with future support and expanded functionality for the Arduino Leonardo and Due controllers. Updated Robot Virtual Worl...