Tuesday, April 23, 2019

A helper for CircuitPython development with Atom #CircuitPython #Atom @AtomEditor

Everyone has their favorite development environment. For those who use the Atom editor, GitHub user s-light has created a small Python script helper to work with CircuitPython, Python on Microcontrollers.

Features:

  • upload a Python script as ‘main.py’
  • upload a Python script with its original name
  • upload a Python script to the CIRCUITPY lib folder
  • compile an Arduino sketch and upload via disk / drive uf2

The helper script has been tested in combination with the Atom Shell Commands Package (an example configuration can be found in example_atom-shell-commands.cson)

Learn more about Atom at https://atom.io/ and the helper on GitHub here.

No comments:

Post a Comment