Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jb3/language-circuitpython
- Owner: jb3
- License: mit
- Created: 2019-05-27T20:19:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T05:34:35.000Z (over 1 year ago)
- Last Synced: 2024-05-02T02:39:22.128Z (8 months ago)
- Topics: adafruit, atom-package, circuitpython, python
- Language: JavaScript
- Homepage:
- Size: 4.5 MB
- Stars: 17
- Watchers: 4
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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)