Arduino ManagerはiOSで実行されます。
ライセンス: | Commercial |
追加日: | 2024/12/23 |
発行元: | Fabrizio Boco |
更新ログ |
- Widget Enhancements: - Animations: Enhanced animations eliminate flickering when switching between pages. - Logged Data Graph Widget: Added a button to purge data on demand. (Not yet compatible with all boards.) - Threshold Widget: - Introduced a delay for multiple updates to minimize updates to the board. - Added direct value entry in the configuration panel, replacing the need for +/- buttons. - Logged Data Graph Widget: generation of preprocess functions - PushButton and SecurePushButton Widgets: Option to update PIN state only upon button press. - Other Enhancements: - IP Connection: Added an option for IP address and port retrieval directly via IP connection selection in Code Generation. - New button added to delete existing projects. - Code Generator Updates and Fixes: - Pin Management: Added support for generating code to manage digital I/O and analog input pins independent of Widgets. - CMakeLists.txt: Fixed bug causing errors in CMakeLists.txt generation under certain conditions. - Digital Pin Conflicts: Widgets that utilize digital pins as inputs now verify pin configuration, avoiding conflicts with pins already set as outputs. - Resolved an issue that prevented custom code from being retained within the doSync function for the Pico W when using the native SDK - Introduced a new customizable code entry point for MicroPython, accessible after initializing amController (amController ready) - Global Variable Management: Avoided duplicate definitions of global variables shared across different widgets. - Widget-Specific Code Fixes: - Threshold Widget: Resolved issues with code generation for MicroPython. - Knob and Slider Widgets: Fixed sync callback generation when no pin is assigned. - Display Widget: - Corrected ADC pin setup in generated code for Pico C/C++ - MicroPython sync function now generates only when text-only mode is enabled. - Fixed preprocess function generation. - Threshold Widget: Enhanced synchronization function generation. |