Arduino: Difference between revisions

Content deleted Content added
m Includes Latest version of the software used to program arduino
Tags: Reverted Visual edit
Line 173:
 
For a 3rd party board, debugging in Arduino IDE 2.0 is also possible as long as such board supports GDB, OPENOCD and has a debug probe. Community has contributed debugging for ATMega328P based Arduino <ref>{{Cite web | date=9 September 2023 |title=Arduino Board Package to Debug Uno/ATmega328P with CH552 debugger in Arduino IDE 2.0.0 |url=https://github.com/DeqingSun/unoDebugTestPackage |access-date=26 September 2024 |website=Github}}</ref> or CH32 RiscV Boards,<ref>{{Cite web | date=28 February 2023 |title=add debug feature.|url=https://github.com/openwch/arduino_core_ch32/commit/959844e9eba655169430bf6686b2ba055823d1cd |access-date=26 September 2024 |website=Github}}</ref> etc.
 
The Latest Version of this is Arduino IDE 2.3.4
 
===Sketch===