A simple TS script to generate a header blob for the ML runner
npm install @microbit/ml-header-generatorInstall dependencies:
``bash`
npm install
Change the header data in input.data.ts and run the script:
``bash``
npm run start
The data converted as a C array and DeviceScript hex template literal
will be printed to console.