I tried to interprete Boards and Pins files in javascript.
Its a new button in WEB IDE, which
opens a selectbox for boards
reads board-info
reads pins-info according to that
creates groups of devices
adds a selectbox for groups of devices
selecting an item opens a tooltip
There are more options than on Espruino homepage.
I checked STM32F4Discovery and found CAN and SD ports.
On some pins I found more devices (e.g. PC10,PC11 are uart and usart)
Any idea what I forgot to check ?
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.
I tried to interprete Boards and Pins files in javascript.
Its a new button in WEB IDE, which
There are more options than on Espruino homepage.
I checked STM32F4Discovery and found CAN and SD ports.
On some pins I found more devices (e.g. PC10,PC11 are uart and usart)
Any idea what I forgot to check ?