Don't worry about formatting, just type in the text and we'll take care of making sense of it. We will auto-convert links, and if you put asterisks around words we will make them bold.
Tips:
For a full reference visit the Markdown syntax.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hello! Long time Espruino user just getting back into it. Thanks to Gordon and the community for your continued hard work on this awesome project!
I've recently picked up an M5StickC-Plus to tinker with, and got Espruino running on it thanks to: https://github.com/jeffmer/M5StickC_Espruino
I'm now trying to get accelerometer data from the internal MPU (an MPU6886).
Has anyone already achieved this (perhaps by modifying an existing module)?
If not, I guess the process is to port the C library to JS?
TIA