So I found out that javascript isn't quite performant enough for my project and I want to jump off the deep end and write my code in native C, but for programming micro controllers I've only ever used the Arduino IDE.
Is there any sort of blink example project already configured with a Makefile that builds a DFU image for the Puck.js?
I don't really have a need for the additional sensors that the puck includes, I only have a need for NFC related functions at the moment.
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.
So I found out that javascript isn't quite performant enough for my project and I want to jump off the deep end and write my code in native C, but for programming micro controllers I've only ever used the Arduino IDE.
Is there any sort of blink example project already configured with a Makefile that builds a DFU image for the Puck.js?
I don't really have a need for the additional sensors that the puck includes, I only have a need for NFC related functions at the moment.
I'm no stranger to Linux either.