Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jb3/language-circuitpython

A plugin for the Atom Editor to allow interfacing with CircuitPython devices.
https://github.com/jb3/language-circuitpython

adafruit atom-package circuitpython python

Last synced: 3 months ago
JSON representation

A plugin for the Atom Editor to allow interfacing with CircuitPython devices.

Awesome Lists containing this project

README

        

# Atom CircuitPython

CircuitPython language support in Atom. Support for serial outputs, Python REPL, and plotting of data.

This plugin contains the code from the [`fsync-on-save`](https://atom.io/packages/fsync-on-save) package to ensure data is flushed to the device immediately after saving, therefore preventing loss or corruption of data when working with CircuitPython devices.

Should be compatible with Windows & Linux as the serial port library *should* be cross-platform, let me know in the issues of any errors cropping up.

Open to any form of feedback in the form of GitHub Issues or you can ping me (joseph#1337) in the `#circuitpython` channel of the [Adafruit Discord Server](https://discord.gg/adafruit).

![Serial Monitor](https://cdn.discordapp.com/attachments/327298996332658690/582660763215331338/unknown.png)
![Plotter](https://cdn.discordapp.com/attachments/238737601648001024/582923548583264261/unknown.png)