Difference between revisions of "IDEs"

From Miscellany
Line 18: Line 18:
 
:* [https://aws.amazon.com/cloud9/ Cloud9]
 
:* [https://aws.amazon.com/cloud9/ Cloud9]
 
:** ''a cloud-based IDE running on Amazon Web Services (AWS)''
 
:** ''a cloud-based IDE running on Amazon Web Services (AWS)''
:* [https://github.com/jczic/ESP32-MPY-Jama MPY-Jama] for ESP32
+
:* [https://github.com/jczic/ESP32-MPY-Jama MPY-Jama] for MicroPython on ESP32
 
:** See [https://hackaday.com/2023/02/07/micropython-esp32-ide-makes-life-simpler/ this article] for details
 
:** See [https://hackaday.com/2023/02/07/micropython-esp32-ide-makes-life-simpler/ this article] for details
:* [https://microide.com/ MicroIDE] for ESP32
+
:* [https://microide.com/ MicroIDE] for MicroPython on ESP32
  
 
=IDEs for Arduino=
 
=IDEs for Arduino=

Revision as of 10:29, 8 February 2023

What is an IDE?

An Integrated Development Environment usually includes a text editor, sometimes with color coding for specific programming languages, and frequently libraries to support particular microcontrollers. Most also have the ability to upload/download code to/from supported devices as well as syntax error checking.

IDEs for Python & MicroPython

IDEs for Arduino