Well, a module could just check process.env and then use the correct addresses...
If implemented internally it's probably something that should go into jshardware.c as it basically only varies by chip family (F1/F4/etc) rather than the board.
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.
Well, a module could just check
process.env
and then use the correct addresses...If implemented internally it's probably something that should go into
jshardware.c
as it basically only varies by chip family (F1/F4/etc) rather than the board.