Stino | A Sublime Text Plugin for Arduino | Code Editor library
kandi X-RAY | Stino Summary
kandi X-RAY | Stino Summary
Stino is a Sublime Text plugin that provides an Arduino-like environment for editing, compiling and uploading sketches. The plugin was written by @Robot-Will in 2012-2017. If you have any ideas or suggestions, please leave messages at Issues. Thanks.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Build a sketch from Arduino
- Obtains the commands needed to build the Arduino
- Programmatic program .
- Handle a menu key .
- Iterate over all available COM ports .
- Indent lines in a line .
- Generate the menu for install library
- Called when the device is activated
- Replace regular characters in the given words
- Generate the menu for the library
Stino Key Features
Stino Examples and Code Snippets
Community Discussions
Trending Discussions on Stino
QUESTION
I want to run my C++ programs using micropython which run on esp-32 board perfectly. Now I want to run it using micropython. For that I am referring to
https://github.com/stinos/micropython-wrap this wrapper.
I created foo.cpp and test.py
...ANSWER
Answered 2021-Aug-03 at 15:25The repo you linked to doesn't let you "run" a C++ program from within MicroPython. You cannot just import C or C++ code into MicroPython at runtime, as you were trying to. C and C++ must be compiled using a C/C++ compiler.
The repo you referenced lets you extend MicroPython by compiling your own C++ functions and including them in the MicroPython firmware. To do that you have to rebuild MicroPython itself on a Linux, Mac or Windows computer.
As its README says:
Integrating and Building
First clone this repository alongside the MicroPython repository, then refer to the way the tests module is built and create your own modules in the same way.
To use it, you need to clone the MicroPython repo, create your own modules in it, rebuild MicroPython, then re-flash your ESP32 with your new MicroPython firmware.
You can find more information on building MicroPython and on MicroPython modules in the MicroPython repository.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Stino
Download the .zip file from github
Open SublimeText Packages Folder
Unzip the .zip file and copy the unzipped folder to the SublimeText Packages Folder
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page